merchant

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

commit e35b364a59af58b8faa49878fb6e81213c7de73d
parent 01feaab2df135f376a3491881c78d58e8580277e
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Wed, 21 Jun 2017 18:11:33 +0200

diagnostics

Diffstat:
Msrc/backenddb/plugin_merchantdb_postgres.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c @@ -1931,6 +1931,10 @@ process_deposits_cb (void *cls, return; } + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Processing refund for coin %s, deposited %s from it\n", + TALER_B2S (&coin_pub), + TALER_amount_to_string (&amount_with_fee)); TALER_amount_get_zero (amount_with_fee.currency, &ictx.refunded_amount); ictx.err = GNUNET_OK; /* no error so far */