diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-23 12:07:42 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-03-23 12:07:42 +0100 |
commit | ff6fba5d6336ae0002b47cebbf56c5f9f3d0a2f9 (patch) | |
tree | d2b904d860b4b0ecfeb0f86b3c10775b50e7a8be /src/include | |
parent | b97d4e7b475a0e637c24f3f3ea17d79f572d9067 (diff) |
putting query with amounts under test.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 046fccb6..a242e6d8 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -524,6 +524,20 @@ TALER_TESTING_cmd_tip_query (const char *label, * FIXME */ struct TALER_TESTING_Command +TALER_TESTING_cmd_tip_query_with_amounts + (const char *label, + const char *merchant_url, + struct GNUNET_CURL_Context *ctx, + unsigned int http_status, + const char *instance, + const char *expected_amount_picked_up, + const char *expected_amount_authorized, + const char *expected_amount_available); + +/** + * FIXME + */ +struct TALER_TESTING_Command TALER_TESTING_cmd_tip_pickup (const char *label, const char *merchant_url, |