summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index d32d507b..c8b22ebe 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -1485,11 +1485,6 @@ struct TALER_MERCHANT_PaidCoin
struct TALER_Amount amount_without_fee;
/**
- * Fee the exchange charges for refunds of this coin.
- */
- struct TALER_Amount refund_fee;
-
- /**
* What is the URL of the exchange that issued @a coin_pub?
*/
const char *exchange_url;
@@ -1565,11 +1560,6 @@ struct TALER_MERCHANT_PayCoin
struct TALER_Amount amount_without_fee;
/**
- * Fee the exchange charges for refunds of this coin.
- */
- struct TALER_Amount refund_fee;
-
- /**
* URL of the exchange that issued @e coin_priv.
*/
const char *exchange_url;
@@ -1778,7 +1768,7 @@ typedef void
* @param cb callback processing the response from /refund
* @param cb_cls closure for cb
*/
-struct TALER_MERCHANT_OrderRefundHandle
+struct TALER_MERCHANT_OrderRefundHandle *
TALER_MERCHANT_post_order_refund (struct GNUNET_CURL_Context *ctx,
const char *backend_url,
const char *order_id,