summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_testing_lib.h
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 19:44:54 +0200
committerMS <ms@taler.net>2020-10-15 19:44:54 +0200
commit68582108ffb74401649f7eccb9c8f1a5ff381b1f (patch)
tree091342a479e15206e3d42ee9a3782e9c3c813138 /src/include/taler_merchant_testing_lib.h
parentd08fc12e9c78de9e5c203260a3f2f1a806b40774 (diff)
downloadmerchant-68582108ffb74401649f7eccb9c8f1a5ff381b1f.tar.gz
merchant-68582108ffb74401649f7eccb9c8f1a5ff381b1f.tar.bz2
merchant-68582108ffb74401649f7eccb9c8f1a5ff381b1f.zip
Doxygen fixes
Diffstat (limited to 'src/include/taler_merchant_testing_lib.h')
-rw-r--r--src/include/taler_merchant_testing_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/taler_merchant_testing_lib.h b/src/include/taler_merchant_testing_lib.h
index 27a49f19..c3248949 100644
--- a/src/include/taler_merchant_testing_lib.h
+++ b/src/include/taler_merchant_testing_lib.h
@@ -127,7 +127,7 @@ TALER_TESTING_cmd_merchant_post_instances (const char *label,
* @param merchant_url base URL of the merchant serving the
* POST /instances request.
* @param instance_id the ID of the instance to query
- * @param payto_uris_length length of the @a accounts array
+ * @param accounts_length length of the @a accounts array
* @param payto_uris URIs of the bank accounts of the merchant instance
* @param name name of the merchant instance
* @param address physical address of the merchant instance
@@ -913,10 +913,10 @@ TALER_TESTING_cmd_merchant_delete_order (const char *label,
* @a credit_amount to the @a merchant_url.
*
* @param label command label.
+ * @param auth credentials to access the exchange's bank account
+ * @param payto_uri URL of the exchange's bank account
* @param merchant_url base URL of the backend serving the
* "refund increase" request.
- * @param auth credentials to access the exchange's bank account
- * @param payto_rui URL of the exchange's bank account
* @param credit_amount amount credited
* @param http_code expected HTTP response code
* @param ... NULL-terminated list of labels (const char *) of
@@ -1235,7 +1235,7 @@ struct TALER_TESTING_Command
TALER_TESTING_cmd_tip_authorize_from_reserve (const char *label,
const char *merchant_url,
const char *exchange_url,
- const char *reserve_refernce,
+ const char *reserve_reference,
unsigned int http_status,
const char *justification,
const char *amount);