diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-22 10:02:00 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-22 10:02:00 +0200 |
commit | 16d26b2b4c34ff3a8227f37845b3433af9b78e33 (patch) | |
tree | 70f1741d34b4b7cf1a90d46aa3c2edd463e1762a /src/include | |
parent | d194cdb5bb0dbde9daeec75895520269a3ab3c00 (diff) |
Refund corner case.
Trying to pick up a refund from a regularly paid
contract that was never refund-increased in the
first place.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 97e03d91..357a2237 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -222,6 +222,17 @@ TALER_TESTING_cmd_refund_lookup const char *order_id, unsigned int http_code); +struct TALER_TESTING_Command +TALER_TESTING_cmd_refund_lookup_with_amount + (const char *label, + const char *merchant_url, + struct GNUNET_CURL_Context *ctx, + const char *increase_reference, + const char *pay_reference, + const char *order_id, + unsigned int http_code, + const char *refund_amount); + /** * FIXME |