feat(checkout): implement wizard and admin actions
All checks were successful
Staging Build / build (push) Successful in 3m11s

This commit is contained in:
DanielS
2026-07-20 23:18:40 +02:00
parent 2b372be228
commit 86b63ce77e
5 changed files with 190 additions and 11 deletions

View File

@@ -567,6 +567,7 @@ export function OrderWizard({
customerProfile: customerData,
endCustomerId: selectedEndCustomerId,
endCustomer: selectedEndCustomer,
lastLicenseDate: lastLicenseDate || null,
})
})