merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 564f9d2058519bb8036429534a2f433194567816
parent b58bdc74afa5a28ed7f3bba54d04af50b29d6efd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 12 Aug 2022 00:17:00 +0200

-more FIXME-MS

Diffstat:
Msrc/testing/test_merchant_product_creation.sh | 2++
Msrc/testing/test_merchant_transfer_tracking.sh | 8++++++++
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 @@ -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 @@ -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 \