summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
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);