summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-20 16:56:24 +0200
committerMS <ms@taler.net>2020-10-20 16:56:24 +0200
commit4b766bf1a6a70ef1bdb0eadd08225a8e07932e69 (patch)
tree821eb9d82a972d5583c70e3f3184cad9907b8111 /src/include/taler_merchant_service.h
parentd47f36d19d0f306e2d37cc290d887eb5ec2610ac (diff)
downloadmerchant-4b766bf1a6a70ef1bdb0eadd08225a8e07932e69.tar.gz
merchant-4b766bf1a6a70ef1bdb0eadd08225a8e07932e69.tar.bz2
merchant-4b766bf1a6a70ef1bdb0eadd08225a8e07932e69.zip
@param
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index a4699df4..2a6f19c0 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -110,7 +110,7 @@ struct TALER_MERCHANT_HttpResponse
* error details and setup the corresponding @a hr structure. Internally
* used to convert merchant's responses in to @a hr.
*
- * @param response, if NULL we will report #TALER_EC_INVALIDD_RESPONSE in `ec`
+ * @param response if NULL we will report #TALER_EC_INVALIDD_RESPONSE in `ec`
* @param http_status http status to use
* @param[out] hr response object to initialize, fields will
* only be valid as long as @a response is valid as well
@@ -494,7 +494,6 @@ typedef void
* @param backend_url HTTP base URL for the backend
* @param instance_id identity of the instance to get information about
* @param accounts_length how many bank accounts this instance has
- * @param payto_uris_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
@@ -2808,7 +2807,7 @@ TALER_MERCHANT_reserves_post (
* Cancel a POST /reserves request. This function cannot be used
* on a request handle if a response is already served for it.
*
- * @param pth the operation to cancel
+ * @param prh the operation to cancel
*/
void
TALER_MERCHANT_reserves_post_cancel (