aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-12 00:17:00 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-12 00:17:00 +0200
commit564f9d2058519bb8036429534a2f433194567816 (patch)
treed0a287579be3492ae8f44c59e6480a65469da4a2 /src/testing
parentb58bdc74afa5a28ed7f3bba54d04af50b29d6efd (diff)
downloadmerchant-564f9d2058519bb8036429534a2f433194567816.tar.gz
merchant-564f9d2058519bb8036429534a2f433194567816.tar.bz2
merchant-564f9d2058519bb8036429534a2f433194567816.zip
-more FIXME-MS
Diffstat (limited to 'src/testing')
-rwxr-xr-xsrc/testing/test_merchant_product_creation.sh2
-rwxr-xr-xsrc/testing/test_merchant_transfer_tracking.sh8
2 files changed, 10 insertions, 0 deletions
diff --git a/src/testing/test_merchant_product_creation.sh b/src/testing/test_merchant_product_creation.sh
index fb2f3b1e..ec50ea9a 100755
--- a/src/testing/test_merchant_product_creation.sh
+++ b/src/testing/test_merchant_product_creation.sh
@@ -21,6 +21,8 @@
echo -n "Configuring merchant instance ..."
FORTYTHREE=`get_payto_uri fortythree x`
+# FIXME-MS: x-taler-bank here will not work, now
+# that we are using 'iban' with libeufin!
STATUS=$(curl -H "Content-Type: application/json" -X POST \
-H 'Authorization: Bearer secret-token:super_secret' \
http://localhost:9966/management/instances \
diff --git a/src/testing/test_merchant_transfer_tracking.sh b/src/testing/test_merchant_transfer_tracking.sh
index b068d366..435e62e2 100755
--- a/src/testing/test_merchant_transfer_tracking.sh
+++ b/src/testing/test_merchant_transfer_tracking.sh
@@ -43,6 +43,10 @@ echo -n "Configuring merchant default instance ..."
TOR_PAYTO=`get_payto_uri tor x`
GNUNET_PAYTO=`get_payto_uri gnunet x`
# create with 2 address
+
+# FIXME-MS: x-taler-bank here will not work, now
+# that we are using 'iban' with libeufin!
+
STATUS=$(curl -H "Content-Type: application/json" -X POST \
-H 'Authorization: Bearer secret-token:super_secret' \
http://localhost:9966/management/instances \
@@ -62,6 +66,10 @@ echo -n "Configuring merchant test instance ..."
SURVEY_PAYTO=`get_payto_uri survey x`
TUTORIAL_PAYTO=`get_payto_uri tutorial x`
# create with 2 address
+
+# FIXME-MS: x-taler-bank here will not work, now
+# that we are using 'iban' with libeufin!
+
STATUS=$(curl -H "Content-Type: application/json" -X POST \
-H 'Authorization: Bearer secret-token:super_secret' \
http://localhost:9966/management/instances \