feat/calculator-options #28

Merged
JoeKung merged 3 commits from feat/calculator-options into dev 2026-03-06 12:55:06 +01:00
Showing only changes of commit 575a540a70 - Show all commits

View File

@@ -210,7 +210,8 @@ export class CheckoutComponent implements OnInit {
}, },
{ {
labelKey: 'CHECKOUT.SETUP_FEE', labelKey: 'CHECKOUT.SETUP_FEE',
amount: session?.baseSetupCostChf ?? session?.session?.setupCostChf ?? 0, amount:
session?.baseSetupCostChf ?? session?.session?.setupCostChf ?? 0,
}, },
{ {
label: 'Cambio Ugello', label: 'Cambio Ugello',