merchant

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

commit 25ae6b68400c6051a742a93061f9ae222cbd4620
parent 9a1cd9134d872ef1619bb3418ff82b958c919649
Author: Christian Blättler <blatc2@bfh.ch>
Date:   Thu, 13 Jun 2024 11:26:12 +0200

comment out idempotent pay test for now

Diffstat:
Msrc/testing/test_merchant_api.c | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c @@ -1763,6 +1763,16 @@ run (void *cls, NULL, 0, "pay-order-with-output"), + // TALER_TESTING_cmd_merchant_pay_order_choices ("idempotent-pay-order-with-input-and-output", + // merchant_url, + // MHD_HTTP_OK, + // "create-order-with-input-and-output", + // "", + // "EUR:0", + // "EUR:0", + // NULL, + // 0, + // "pay-order-with-output"), TALER_TESTING_cmd_merchant_post_orders_choices ("create-another-order-with-input-and-output", cred.cfg, merchant_url,