feat(customer): add bank account details support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user