summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 0314d6d8..b91b1f75 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -722,6 +722,7 @@ TALER_TESTING_cmd_merchant_claim_order (const char *label,
* @param amount_with_fee amount to pay, including the deposit
* fee
* @param amount_without_fee amount to pay, no fees included.
+ * @param session_id the session id to use for the payment (can be NULL).
* @return the command
*/
struct TALER_TESTING_Command
@@ -731,7 +732,8 @@ TALER_TESTING_cmd_merchant_pay_order (const char *label,
const char *proposal_reference,
const char *coin_reference,
const char *amount_with_fee,
- const char *amount_without_fee);
+ const char *amount_without_fee,
+ const char *session_id);
/**
* Make an "abort" test command.