merchant

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

commit 81bb90b4ed036f364fa141c975675912241a01cb
parent e491838fc6143011634a0148bf03a0b7a3bca5f5
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Fri, 26 Apr 2024 11:48:02 +0200

add pay command to tokens test case (which will currently fail)

Diffstat:
Msrc/testing/test_merchant_api.c | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c @@ -1702,7 +1702,14 @@ run (void *cls, GNUNET_TIME_UNIT_ZERO_TS, GNUNET_TIME_UNIT_FOREVER_TS, "EUR:5.0"), - + TALER_TESTING_cmd_merchant_pay_order ("pay-order-with-choices", + merchant_url, + MHD_HTTP_OK, + "create-order-with-choices", + "withdraw-coin-1", + "EUR:5", + "EUR:4.99", + NULL), TALER_TESTING_cmd_end () };