merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 0b676d2e9b97975b7b8dad76af531ba85f3d5e75
parent 8c53b1e0c5cec9b62d753c343079fb56803ee14e
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Thu, 30 May 2019 12:01:16 +0200

debug

Diffstat:
Msrc/backend/taler-merchant-httpd_pay.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c @@ -684,10 +684,6 @@ check_payment_sufficient (struct PayContext *pc) } if (GNUNET_YES == new_exchange) { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, - "Depositing coins at: %s\n", - dc->exchange_url); - if (GNUNET_OK != TALER_amount_add (&total_wire_fee, &total_wire_fee, @@ -711,6 +707,10 @@ check_payment_sufficient (struct PayContext *pc) TALER_amount_to_string (&total_wire_fee), TALER_amount_to_string (&pc->max_wire_fee)); + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Deposit fee limit for merchant: %s\n", + TALER_amount_to_string (&pc->max_fee)); + /* Now compare exchange wire fee compared to * what we are willing to pay */ if (GNUNET_YES !=