merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 071fa58c863905df0d6cf3cc617ac2b000351acd
parent 7658bdacb764172e4cbd07c29602a1bbbc60fc00
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue,  4 Apr 2023 17:24:48 +0200

-fix doxygen

Diffstat:
Msrc/include/taler_merchant_testing_lib.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h @@ -1624,8 +1624,11 @@ TALER_TESTING_cmd_merchant_delete_template (const char *label, * @param template_ref label of command that created the template to use * @param merchant_url base URL of the merchant serving the * POST /using-templates request. + * @param using_template_id template ID to use * @param summary given by the customer to know what they did pay * @param amount given by the customer to pay + * @param refund_deadline refund deadline to use for the contract + * @param pay_deadline pay deadline to use for the contract * @param http_status expected HTTP response code. * @return the command. */