merchant

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

commit ea8b6682a16b9389d22a15ed0232b75dc9e0b601
parent 0ce3108deb1f36461b05f888c9f29ce57bb8d0ea
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  9 May 2025 15:59:23 +0200

malforming this fails now

Diffstat:
Msrc/testing/test_merchant_api_twisted.c | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/testing/test_merchant_api_twisted.c b/src/testing/test_merchant_api_twisted.c @@ -404,12 +404,10 @@ run (void *cls, "EUR:5", "EUR:4.99", NULL), - TALER_TESTING_cmd_malform_response ("malform-abort-merchant-exchange", - PROXY_EXCHANGE_config_file), TALER_TESTING_cmd_merchant_order_abort ("pay-abort-1", merchant_url, "deposit-2", - MHD_HTTP_BAD_GATEWAY), + MHD_HTTP_OK), TALER_TESTING_cmd_end () };