summaryrefslogtreecommitdiff
path: root/src/lib/merchant_api_pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/merchant_api_pay.c')
-rw-r--r--src/lib/merchant_api_pay.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/merchant_api_pay.c b/src/lib/merchant_api_pay.c
index 1332f465..032dffe5 100644
--- a/src/lib/merchant_api_pay.c
+++ b/src/lib/merchant_api_pay.c
@@ -241,7 +241,9 @@ check_coin_history (const struct TALER_MERCHANT_PaidCoin *pc,
if (GNUNET_OK !=
TALER_EXCHANGE_verify_coin_history
- (pc->amount_with_fee.currency,
+ (
+ NULL, /* do not verify fees */
+ pc->amount_with_fee.currency,
&pc->coin_pub,
json,
&spent))