merchant

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

commit e204844f940ee2025c83ac688a7df6288afced8d
parent 182b74f7f65960ffbc7a8045fa185d979e96c0bb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 Mar 2024 11:59:58 +0100

spelling

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

diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h @@ -684,7 +684,7 @@ TALER_TESTING_cmd_wallet_get_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 repurchase_order_ref command of a paid equivalent order the merchant should be refering us to, or NULL + * @param repurchase_order_ref command of a paid equivalent order the merchant should be referring us to, or NULL * @param http_status expected HTTP response code for the request. */ struct TALER_TESTING_Command @@ -850,7 +850,7 @@ TALER_TESTING_cmd_merchant_get_order2 ( * @param order_reference reference to a command that created an order. * @param osc expected order status * @param session_id session ID the payment must be bound to - * @param repurchase_order_ref command of a paid equivalent order the merchant should be refering us to, or NULL + * @param repurchase_order_ref command of a paid equivalent order the merchant should be referring us to, or NULL * @param expected_http_status expected HTTP response code for the request. */ struct TALER_TESTING_Command @@ -1169,7 +1169,7 @@ TALER_TESTING_cmd_merchant_delete_transfer (const char *label, * of the bank account to check KYC for; NULL to check all accounts * @param exchange_url base URL of the exchange to check KYC status for * @param expected_http_status expected HTTP status - * @param expected_aml_state expected AML state (only effecitve if @e expected_http_status is #MHD_HTTP_OK) + * @param expected_aml_state expected AML state (only effective if @e expected_http_status is #MHD_HTTP_OK) * @return the command */ struct TALER_TESTING_Command