diff options
author | MS <ms@taler.net> | 2022-08-30 09:11:07 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2022-08-30 09:11:07 +0200 |
commit | 977db5a9573d9824fca2b34804ee15d76f8fcbf1 (patch) | |
tree | 6afd767d6f4c00c903047f4eb2707a93b92c0a58 /src/testing/test_merchant_order_creation.sh | |
parent | 039f840ceee9685962c190fcf75824419b6c4c15 (diff) |
tests: x-taler-bank => iban (finish FIXME-MS)
Diffstat (limited to 'src/testing/test_merchant_order_creation.sh')
-rwxr-xr-x | src/testing/test_merchant_order_creation.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/testing/test_merchant_order_creation.sh b/src/testing/test_merchant_order_creation.sh index 59f7151a..5fc7ee19 100755 --- a/src/testing/test_merchant_order_creation.sh +++ b/src/testing/test_merchant_order_creation.sh @@ -60,11 +60,6 @@ fi # remove one account address -# FIXME-MS: here we already need to get the TARGET_PAYTO, but this -# is impossible: libeufin-cli sandbox bankaccount list gives me some HTML (!?) -# and I have no other good way to get the (random) IBAN! -# TARGET_PAYTO="payto://iban/SANDBOXX/$IBAN?receiver-name=Forty+Three" - STATUS=$(curl -H "Content-Type: application/json" -X PATCH \ -H 'Authorization: Bearer secret-token:super_secret' \ http://localhost:9966/instances/default/private/ \ |