diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-07 10:37:28 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-07 10:37:28 +0100 |
commit | 47f77726c62d8f58014bda509bc5c524fa5ce7b2 (patch) | |
tree | c377d43d50af1b8a1a6ee2a8d872f98b44a8ed23 /src | |
parent | 6bdbcd47f6457fe6ed5205b090736963ec58ba4f (diff) |
fix missing images in documentation in TGZ
Diffstat (limited to 'src')
-rw-r--r-- | src/include/taler_merchant_testing_lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h index 25239886..85613fa6 100644 --- a/src/include/taler_merchant_testing_lib.h +++ b/src/include/taler_merchant_testing_lib.h @@ -582,6 +582,7 @@ TALER_TESTING_cmd_merchant_post_orders2 ( * @param merchant_url base URL of the merchant serving * the proposal request * @param http_status expected HTTP status + * @param order_id ID of the order to create * @param refund_deadline the deadline for refunds on this order * @param pay_deadline the deadline for payment on this order * @param fulfillment_url the fulfillment URL to use |