summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-05-30 11:37:08 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-05-30 11:37:08 +0200
commit8c53b1e0c5cec9b62d753c343079fb56803ee14e (patch)
treeecdf6ee55a9b799d1691239d5ff93a534224def2 /src/backend/taler-merchant-httpd_pay.c
parentd33685e1966d1ae32d76a7d8f682435c5cd6e7af (diff)
downloadmerchant-8c53b1e0c5cec9b62d753c343079fb56803ee14e.tar.gz
merchant-8c53b1e0c5cec9b62d753c343079fb56803ee14e.tar.bz2
merchant-8c53b1e0c5cec9b62d753c343079fb56803ee14e.zip
debug
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index 2a91c779..e19486b1 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -699,6 +699,13 @@ check_payment_sufficient (struct PayContext *pc)
}
}
}
+
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Amount got by wallet: %s"
+ "\nDeposit fee for all coins: %s\n",
+ TALER_amount_to_string (&acc_amount),
+ TALER_amount_to_string (&acc_fee));
+
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Total wire fee: %s\nMax wire fee: %s\n",
TALER_amount_to_string (&total_wire_fee),