merchant

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

commit b97d4e7b475a0e637c24f3f3ea17d79f572d9067
parent 4daf8640a07833834f023aabd8b3b3f67be9dca9
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 23 Mar 2018 11:56:54 +0100

putting tip-query under test.

Diffstat:
Msrc/lib/test_merchant_api_new.c | 5+++++
Msrc/lib/testing_api_cmd_tip.c | 1+
2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/lib/test_merchant_api_new.c b/src/lib/test_merchant_api_new.c @@ -497,6 +497,11 @@ run (void *cls, "tip 2", "EUR:5.01"), + TALER_TESTING_cmd_tip_query ("query-1", + merchant_url, + is->ctx, + MHD_HTTP_OK, + "tip"), /* Will fail here until all new * transfers have not been checked. I.e., diff --git a/src/lib/testing_api_cmd_tip.c b/src/lib/testing_api_cmd_tip.c @@ -412,6 +412,7 @@ TALER_TESTING_cmd_tip_query (const char *label, tqs->merchant_url = merchant_url; tqs->ctx = ctx; tqs->instance = instance; + tqs->http_status = http_status; cmd.cls = tqs; cmd.label = label;