feat/calculator-options #30

Merged
JoeKung merged 2 commits from feat/calculator-options into dev 2026-03-06 15:14:29 +01:00
Showing only changes of commit 72c0c2c098 - 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',