summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doxygen/taler.doxy1
-rw-r--r--src/include/taler_merchant_service.h11
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/doxygen/taler.doxy b/doc/doxygen/taler.doxy
index fc7b0e82..d950911d 100644
--- a/doc/doxygen/taler.doxy
+++ b/doc/doxygen/taler.doxy
@@ -177,7 +177,6 @@ VERBATIM_HEADERS = YES
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
-COLS_IN_ALPHA_INDEX = 3
IGNORE_PREFIX = TALER_
#---------------------------------------------------------------------------
# configuration options related to the HTML output
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) (