summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-22 05:03:04 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-22 05:03:04 -0400
commitbadec7af6eab1f0972f7d49527f5f0772589bb3f (patch)
tree09b2872084f2e0044b0fb0f44977b276bee8bdad /src/include/taler_merchant_testing_lib.h
parentaeef085a936545f26c5be60b33e2d9e05b862492 (diff)
downloadmerchant-badec7af6eab1f0972f7d49527f5f0772589bb3f.tar.gz
merchant-badec7af6eab1f0972f7d49527f5f0772589bb3f.tar.bz2
merchant-badec7af6eab1f0972f7d49527f5f0772589bb3f.zip
tests for forget results
Diffstat (limited to 'src/include/taler_merchant_testing_lib.h')
-rw-r--r--src/include/taler_merchant_testing_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 68978c92..0314d6d8 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -654,6 +654,9 @@ TALER_TESTING_cmd_merchant_get_order (const char *label,
* refunds (commands) we expect to be aggregated in the order
* (assuming @a http_code is #MHD_HTTP_OK). If @e refunded is false,
* this parameter is ignored.
+ * @param forgets a NULL-terminated list of references to forget commands
+ * that apply to the order we are querying. If NULL, this is
+ * interpreted as no forgets are expected.
* @param http_status expected HTTP response code for the request.
*/
struct TALER_TESTING_Command
@@ -665,6 +668,7 @@ TALER_TESTING_cmd_merchant_get_order2 (const char *label,
const char **transfers,
bool refunded,
const char **refunds,
+ const char **forgets,
unsigned int http_status);