merchant

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

commit 209ec15f7a987b0f1085e3912e557c80d2509f44
parent 430a132c9b3c00c9d2149a0bfc8329ba703f28e2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 28 Sep 2025 22:17:24 +0200

idempotency was achieved, expect that in the test

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

diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c @@ -1878,14 +1878,14 @@ run (void *cls, "create-another-order-with-input-and-output", // reusing the merchant_reference for merchant_pub MHD_HTTP_CREATED), - TALER_TESTING_cmd_charity_post_merchant ("post-charity-conflict", + TALER_TESTING_cmd_charity_post_merchant ("post-charity-idempotent", "example", "example.com", "EUR:50", // max_per_year &bearer, "create-another-order-with-input-and-output", // reusing the merchant_reference for merchant_pub - MHD_HTTP_CONFLICT), + MHD_HTTP_CREATED), TALER_TESTING_cmd_merchant_post_donau_instance ( "post-donau-instance", merchant_url,