summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-23 23:41:26 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-23 23:43:07 +0200
commit65679c3363d02b94a31dd1f637eb818d80c87289 (patch)
treef0527000c32b4a6fe53edf722f82c00cfffdd85a /src/include/taler_merchant_service.h
parente7ab678e50cd9569b21dcc0d3864bb1cd539a6f0 (diff)
downloadmerchant-65679c3363d02b94a31dd1f637eb818d80c87289.tar.gz
merchant-65679c3363d02b94a31dd1f637eb818d80c87289.tar.bz2
merchant-65679c3363d02b94a31dd1f637eb818d80c87289.zip
more doxygen fixes
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index 471da35a..d71100b6 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1607,7 +1607,7 @@ struct TALER_MERCHANT_OrderWalletGetHandle;
* @param refund_pending #GNUNET_YES if there are refunds waiting to be
* obtained, #GNUNET_NO if all refunds have been obtained, #GNUNET_SYSERR
* on error.
- * @param refunded_amount amount that was refunded, NULL if there
+ * @param refund_amount amount that was refunded, NULL if there
* was no refund
* @param taler_pay_uri the URI that instructs the wallets to process
* the payment
@@ -2543,8 +2543,7 @@ struct TALER_MERCHANT_OrderRefundHandle;
* Callback to process a POST /orders/ID/refund request
*
* @param cls closure
- * @param http_status HTTP status code for this request
- * @param ec taler-specific error code
+ * @param hr HTTP response details this request
* @param taler_refund_uri the refund uri offered to the wallet
* @param h_contract hash of the contract a Browser may need to authorize
* obtaining the HTTP response.
@@ -2639,8 +2638,10 @@ struct TALER_MERCHANT_RefundDetail
* Callback to process a (public) POST /orders/ID/refund request
*
* @param cls closure
- * @param http_status HTTP status code for this request
- * @param ec taler-specific error code
+ * @param hr HTTP response details
+ * @param merchant_pub public key of the merchant signing the @a refunds
+ * @param refunds array with details about the refunds obtained
+ * @param refunds_length length of the @a refunds array
*/
typedef void
(*TALER_MERCHANT_WalletRefundCallback) (