feat: Integrate Girocode functionality for wire payments in OrdersTab and LoginComponent, enhance user experience with pending payment notifications, and update translations across multiple locales
This commit is contained in:
8
src/config/wireGirocodeRecipient.js
Normal file
8
src/config/wireGirocodeRecipient.js
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* SEPA Girocode recipient — must match server-side wire-transfer emails / QR attachments.
|
||||
*/
|
||||
export const WIRE_GIROCODE_RECIPIENT = {
|
||||
name: "Max Schön",
|
||||
iban: "DE35850503000221239693",
|
||||
bic: "OSDDDE81XXX",
|
||||
};
|
||||
Reference in New Issue
Block a user