merchant

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

commit 5b138413ac84ba76322ec41255143bb5c6cb3557
parent 4144e2306662a6e197bb5db4738244da0d30064f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Oct 2020 20:38:45 +0100

tolerate acceptable status code without error

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

diff --git a/src/testing/testing_api_cmd_post_orders.c b/src/testing/testing_api_cmd_post_orders.c @@ -315,6 +315,9 @@ order_cb (void *cls, } } break; + case MHD_HTTP_CONFLICT: + TALER_TESTING_interpreter_next (ps->is); + break; default: { char *s = json_dumps (hr->reply,