merchant

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

commit 5463f26b493405db1010576fb489e7fd98a47724
parent b4697925f1bff4f735345de153a51b20a2288389
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 11 May 2021 17:34:50 +0200

fix typo

Diffstat:
Msrc/testing/test_merchant_order_creation.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/testing/test_merchant_order_creation.sh b/src/testing/test_merchant_order_creation.sh @@ -301,7 +301,7 @@ then exit_fail "Expected response ok. got: $STATUS" fi -#this will triger the GNUNET_break at taler-merchant-httpd_private-post-transfers.c:1030 +#this will trigger the GNUNET_break at taler-merchant-httpd_private-post-transfers.c:1030 STATUS=$(curl 'http://localhost:9966/instances/default/private/transfers' \ -d '{"credit_amount":"'$CREDIT_AMOUNT'","wtid":"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","payto_uri":"'$TARGET_PAYTO'","exchange_url":"'$WURL'"}' \ -w "%{http_code}" -s -o $LAST_RESPONSE)