From d34f954dcaf6d064931d47f0c90576f3b1dbf648 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Tue, 23 Jun 2020 17:08:28 -0400 Subject: harder tests for GET /private/instances, GET /private/products --- src/testing/testing_api_cmd_merchant_get_order.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/testing/testing_api_cmd_merchant_get_order.c') diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c index 5f148115..985e9116 100644 --- a/src/testing/testing_api_cmd_merchant_get_order.c +++ b/src/testing/testing_api_cmd_merchant_get_order.c @@ -75,6 +75,11 @@ merchant_get_order_cb ( { /* FIXME, deeper checks should be implemented here. */ struct MerchantGetOrderState *gos = cls; + const struct TALER_TESTING_Command *order_cmd; + + order_cmd = TALER_TESTING_interpreter_lookup_command ( + gos->is, + gos->order_reference); gos->ogh = NULL; if (gos->http_status != hr->http_status) -- cgit v1.2.3