Use valid currency (EUR) for EBICS schema.
This commit is contained in:
parent
8b73c30b1f
commit
bf98724808
@ -63,7 +63,7 @@ export async function runLibeufinApiBankaccountTest(t: GlobalTestState) {
|
|||||||
iban: "DE71500105179674997361",
|
iban: "DE71500105179674997361",
|
||||||
bic: "BELADEBEXXX",
|
bic: "BELADEBEXXX",
|
||||||
name: "mock",
|
name: "mock",
|
||||||
currency: "mock",
|
currency: "EUR",
|
||||||
label: "mock",
|
label: "mock",
|
||||||
});
|
});
|
||||||
await LibeufinNexusApi.createEbicsBankConnection(nexus, {
|
await LibeufinNexusApi.createEbicsBankConnection(nexus, {
|
||||||
|
Loading…
Reference in New Issue
Block a user