summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-22 19:29:27 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-22 19:29:27 +0530
commit93923c168d7472bf977c1dedc0a01c436769bf6e (patch)
treedccf694b79b08490f54c2a2e26f2369ce6b376af /src/include/taler_signatures.h
parent70090ed9a86a5513f6b7396b232ebb1b19261469 (diff)
downloadexchange-93923c168d7472bf977c1dedc0a01c436769bf6e.tar.gz
exchange-93923c168d7472bf977c1dedc0a01c436769bf6e.tar.bz2
exchange-93923c168d7472bf977c1dedc0a01c436769bf6e.zip
remove refund_fee from refund confirmation message and signature
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 07fdae3b5..6584f1853 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -509,7 +509,6 @@ struct TALER_RefundRequestPS
* exchange to the customer.
*/
struct TALER_AmountNBO refund_amount;
-
};
@@ -552,18 +551,6 @@ struct TALER_RefundConfirmationPS
* exchange to the customer.
*/
struct TALER_AmountNBO refund_amount;
-
- /**
- * Refund fee charged by the exchange. This must match the
- * Exchange's denomination key's refund fee. If the client puts in
- * an invalid refund fee (too high or too low) that does not match
- * the Exchange's denomination key, the refund operation is invalid
- * and will be rejected by the exchange. The @e amount_with_fee
- * minus the @e refund_fee is the amount that will be credited to
- * the original coin.
- */
- struct TALER_AmountNBO refund_fee; // FIXME: kill! => also do not return refund_fee (from exchange + merchant APIs)
-
};