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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 5618b441..98751ce9 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -600,6 +600,7 @@ TALER_TESTING_cmd_poll_orders_conclude (const char *label,
* @param order_reference reference to a command that created an order.
* @param paid whether the order has been paid for or not.
* @param refunded whether the order has been refunded.
+ * @param refund_pending whether the order has refunds that haven't been obtained.
* @param http_status expected HTTP response code for the request.
*/
struct TALER_TESTING_Command
@@ -608,6 +609,7 @@ TALER_TESTING_cmd_wallet_get_order (const char *label,
const char *order_reference,
bool paid,
bool refunded,
+ bool refund_pending,
unsigned int http_status);