From 974b2b2c3077c929850c1598af1e1e124f530a7f Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Fri, 24 Jul 2020 03:15:16 -0400 Subject: implement & test POST /paid --- src/testing/test_merchant_api.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/testing/test_merchant_api.c') diff --git a/src/testing/test_merchant_api.c b/src/testing/test_merchant_api.c index 268f4142..9765b896 100644 --- a/src/testing/test_merchant_api.c +++ b/src/testing/test_merchant_api.c @@ -333,6 +333,11 @@ run (void *cls, TALER_TESTING_cmd_poll_order_conclude ("poll-order-merchant-1-conclude", MHD_HTTP_OK, "poll-order-merchant-1-start"), + TALER_TESTING_cmd_merchant_post_orders_paid ("verify-order-1-paid", + merchant_url, + "deposit-simple", + "session-1", + MHD_HTTP_NO_CONTENT), TALER_TESTING_cmd_wallet_get_order ("get-order-wallet-1-2", merchant_url, "create-proposal-1", -- cgit v1.2.3