feat(customer): add bank account details support

This commit is contained in:
DanielS
2026-07-03 09:46:47 +02:00
parent 250dd82847
commit f5f577ea73
10 changed files with 86 additions and 1 deletions

View File

@@ -58,6 +58,10 @@ export function buildCustomerSnapshot(
address: endCustomer.street ?? '',
zip_code: endCustomer.zip ?? '',
city: endCustomer.city ?? '',
bank_iban: endCustomer.bank_iban ?? undefined,
bank_bic: endCustomer.bank_bic ?? undefined,
bank_name: endCustomer.bank_name ?? undefined,
bank_owner: endCustomer.bank_owner ?? undefined,
}
}
return {