diff options
Diffstat (limited to 'src/testing/test_bank_api_nexus.conf')
-rw-r--r-- | src/testing/test_bank_api_nexus.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf index 4635b210..a437180f 100644 --- a/src/testing/test_bank_api_nexus.conf +++ b/src/testing/test_bank_api_nexus.conf @@ -4,10 +4,12 @@ currency = KUDOS [exchange-account-2] -PAYTO_URI = payto://iban/IBAN/UNUSED -METHOD = x-taler-bank -WIRE_GATEWAY_URL = http://localhost:5001/taler +PAYTO_URI = payto://iban/BIC/ES9121000418450200051332?receiver-name=Exchange +METHOD = iban +WIRE_GATEWAY_URL = http://localhost:5001/facades/my-facade/taler/ WIRE_GATEWAY_AUTH_METHOD = basic +# the exchange authenticates as the 'admin' user, +# since that makes the test preparation just easier. USERNAME = Exchange PASSWORD = x |