aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_transfer_tracking.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_merchant_transfer_tracking.sh')
-rwxr-xr-xsrc/testing/test_merchant_transfer_tracking.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_merchant_transfer_tracking.sh b/src/testing/test_merchant_transfer_tracking.sh
index 90696566..fb054b9e 100755
--- a/src/testing/test_merchant_transfer_tracking.sh
+++ b/src/testing/test_merchant_transfer_tracking.sh
@@ -175,8 +175,10 @@ export LAST_RESPONSE
175 175
176echo -n "Notifying merchant of correct wire transfer, but on wrong instance..." 176echo -n "Notifying merchant of correct wire transfer, but on wrong instance..."
177 177
178#issue 6912
179#here we are notifying the transfer into a wrong instance (default) and the payto_uri with the default instance
178STATUS=$(curl 'http://localhost:9966/instances/default/private/transfers' \ 180STATUS=$(curl 'http://localhost:9966/instances/default/private/transfers' \
179 -d '{"credit_amount":"'$CREDIT_AMOUNT'","wtid":"'$WTID'","payto_uri":"'$TARGET_PAYTO'","exchange_url":"'$WURL'"}' \ 181 -d '{"credit_amount":"'$CREDIT_AMOUNT'","wtid":"'$WTID'","payto_uri":"payto://x-taler-bank/localhost:8082/Tor","exchange_url":"'$WURL'"}' \
180 -m 3 \ 182 -m 3 \
181 -w "%{http_code}" -s -o $LAST_RESPONSE) 183 -w "%{http_code}" -s -o $LAST_RESPONSE)
182 184