[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: -more FIXME-MS
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: -more FIXME-MS |
Date: |
Fri, 12 Aug 2022 00:17:02 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 564f9d20 -more FIXME-MS
564f9d20 is described below
commit 564f9d2058519bb8036429534a2f433194567816
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Aug 12 00:17:00 2022 +0200
-more FIXME-MS
---
src/testing/test_merchant_product_creation.sh | 2 ++
src/testing/test_merchant_transfer_tracking.sh | 8 ++++++++
2 files changed, 10 insertions(+)
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 \
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: -more FIXME-MS,
gnunet <=