summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-21 16:45:06 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-07-21 16:45:06 -0400
commitaeef085a936545f26c5be60b33e2d9e05b862492 (patch)
tree961077a2aebe3ac7a2e5b1c445b985c859ec61be /src/include
parent9b943e700bf01d3cd45d0b69e93cc4e586a041d0 (diff)
downloadmerchant-aeef085a936545f26c5be60b33e2d9e05b862492.tar.gz
merchant-aeef085a936545f26c5be60b33e2d9e05b862492.tar.bz2
merchant-aeef085a936545f26c5be60b33e2d9e05b862492.zip
fully implement forget + some tests
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_merchant_testing_lib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 889c4253..68978c92 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -532,8 +532,6 @@ TALER_TESTING_cmd_merchant_post_orders_no_claim (const char *label,
* "[product_id]/[quantity];...".
* @param locks a string of references to lock product commands that should
* be formatted as "[lock_1];[lock_2];...".
- * @param ... a NULL-terminated list of paths that should be marked as
- * forgettable in the contract terms.
* @return the command
*/
struct TALER_TESTING_Command
@@ -548,8 +546,7 @@ TALER_TESTING_cmd_merchant_post_orders2 (const char *label,
const char *amount,
const char *payment_target,
const char *products,
- const char *locks,
- ...);
+ const char *locks);
/**