gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: wallet expects bankAccessApiBase


From: gnunet
Subject: [taler-merchant] branch master updated: wallet expects bankAccessApiBaseUrl
Date: Sat, 22 Apr 2023 18:13:47 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 0ce55740 wallet expects bankAccessApiBaseUrl
0ce55740 is described below

commit 0ce557400ac171a2cf968de4b4a2fa9407c14a56
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Apr 22 18:13:43 2023 +0200

    wallet expects bankAccessApiBaseUrl
---
 src/testing/test_key_rotation.sh               | 8 ++++----
 src/testing/test_merchant_order_autocleanup.sh | 2 +-
 src/testing/test_merchant_order_creation.sh    | 2 +-
 src/testing/test_merchant_product_creation.sh  | 2 +-
 src/testing/test_merchant_transfer_tracking.sh | 2 +-
 src/testing/test_merchant_wirewatch.sh         | 1 -
 6 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/testing/test_key_rotation.sh b/src/testing/test_key_rotation.sh
index 7c116511..645ceaf2 100755
--- a/src/testing/test_key_rotation.sh
+++ b/src/testing/test_key_rotation.sh
@@ -283,7 +283,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:1",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL" \
@@ -317,7 +317,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:1",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL" \
@@ -355,7 +355,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:1",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL" \
@@ -392,7 +392,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
'withdrawTestBalance'
   "$(jq -n '
     {
         amount: "TESTKUDOS:1",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL" \
diff --git a/src/testing/test_merchant_order_autocleanup.sh 
b/src/testing/test_merchant_order_autocleanup.sh
index a3e61de8..9d2c9879 100755
--- a/src/testing/test_merchant_order_autocleanup.sh
+++ b/src/testing/test_merchant_order_autocleanup.sh
@@ -9,7 +9,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:99",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL" \
diff --git a/src/testing/test_merchant_order_creation.sh 
b/src/testing/test_merchant_order_creation.sh
index b056d48d..8226514f 100755
--- a/src/testing/test_merchant_order_creation.sh
+++ b/src/testing/test_merchant_order_creation.sh
@@ -19,7 +19,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:99",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL/access-api/" \
diff --git a/src/testing/test_merchant_product_creation.sh 
b/src/testing/test_merchant_product_creation.sh
index 51910d4a..e4849248 100755
--- a/src/testing/test_merchant_product_creation.sh
+++ b/src/testing/test_merchant_product_creation.sh
@@ -177,7 +177,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:5",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL/access-api/" \
diff --git a/src/testing/test_merchant_transfer_tracking.sh 
b/src/testing/test_merchant_transfer_tracking.sh
index 646589b6..5205a495 100755
--- a/src/testing/test_merchant_transfer_tracking.sh
+++ b/src/testing/test_merchant_transfer_tracking.sh
@@ -26,7 +26,7 @@ taler-wallet-cli --no-throttle --wallet-db=$WALLET_DB api 
--expect-success 'with
   "$(jq -n '
     {
         amount: "TESTKUDOS:99",
-        bankBaseUrl: $BANK_URL,
+        bankAccessApiBaseUrl: $BANK_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \
     --arg BANK_URL "$BANK_URL/access-api/" \
diff --git a/src/testing/test_merchant_wirewatch.sh 
b/src/testing/test_merchant_wirewatch.sh
index 225d278d..a7508110 100755
--- a/src/testing/test_merchant_wirewatch.sh
+++ b/src/testing/test_merchant_wirewatch.sh
@@ -132,7 +132,6 @@ taler-wallet-cli \
   "$(jq -n '
     {
         amount: "TESTKUDOS:99",
-        bankBaseUrl: $BANK_URL,
         bankAccessApiBaseUrl: $BANK_ACCESS_API_URL,
         exchangeBaseUrl: $EXCHANGE_URL
     }' \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]