aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-28 19:39:39 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-28 19:39:39 +0200
commitbd8d28ef721fcb56813c4e55c5a3c54e1c40852a (patch)
tree6bcb756631108a6d089b6d76d150ae9e2a0a997b
parentfc5e1ea5f79b2e975f2ef52f85a6186505fcacfa (diff)
downloadmerchant-bd8d28ef721fcb56813c4e55c5a3c54e1c40852a.tar.gz
merchant-bd8d28ef721fcb56813c4e55c5a3c54e1c40852a.tar.bz2
merchant-bd8d28ef721fcb56813c4e55c5a3c54e1c40852a.zip
syntax
-rw-r--r--src/backend/taler-merchant-httpd_pay.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index 17474ec9..5a2fab22 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -734,8 +734,6 @@ check_payment_sufficient (struct PayContext *pc)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Subtracting total refunds from paid amount: %s\n",
TALER_amount_to_string (&pc->total_refunded));
-
-
/**
* Deposit fees of *all* the coins are higher than
* the fixed limit that the merchant is willing to
@@ -766,7 +764,7 @@ check_payment_sufficient (struct PayContext *pc)
(GNUNET_OK == TALER_amount_add
(&total_needed,
&total_needed,
- &wire_fee_customer_contribution))
+ &wire_fee_customer_contribution));
/* check if total payment sufficies */
if (-1 == TALER_amount_cmp (&acc_amount,