From 536f91572e268e34b0b007aca3a047c445e06a7c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 22 Jul 2020 20:14:26 +0530 Subject: adapt to exchange refund response message changes --- src/include/taler_merchant_service.h | 6 ------ src/include/taler_merchantdb_plugin.h | 2 -- 2 files changed, 8 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h index 0e3ec5c4..9a7ceb39 100644 --- a/src/include/taler_merchant_service.h +++ b/src/include/taler_merchant_service.h @@ -2103,12 +2103,6 @@ struct TALER_MERCHANT_AbortedCoin * Exchange public key affirming the refund. */ struct TALER_ExchangePublicKeyP exchange_pub; - - /** - * Refund fee charged by the exchange. The API will have checked the - * signature, but NOT that this is the expected fee. - */ - struct TALER_Amount refund_fee; }; diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h index 2532289f..9ee61e97 100644 --- a/src/include/taler_merchantdb_plugin.h +++ b/src/include/taler_merchantdb_plugin.h @@ -1408,7 +1408,6 @@ struct TALER_MERCHANTDB_Plugin * * @param cls closure * @param refund_serial serial number of the refund - * @param refund_fee refund fee the exchange said it charged * @param exchange_sig signature from exchange that coin was refunded * @param exchange_pub signing key that was used for @a exchange_sig * @return transaction status @@ -1416,7 +1415,6 @@ struct TALER_MERCHANTDB_Plugin enum GNUNET_DB_QueryStatus (*insert_refund_proof)(void *cls, uint64_t refund_serial, - const struct TALER_Amount *refund_fee, const struct TALER_ExchangeSignatureP *exchange_sig, const struct TALER_ExchangePublicKeyP *exchange_pub); -- cgit v1.2.3