exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e9d80d764a6b9e17e6b37e3d57ea24cb60aae7c5
parent 099102dc573293656988adf6b9783255ae4fc643
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  5 May 2020 22:17:16 +0200

return fee as well

Diffstat:
Msrc/lib/exchange_api_refund.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/exchange_api_refund.c b/src/lib/exchange_api_refund.c @@ -156,6 +156,7 @@ handle_refund_finished (void *cls, .http_status = (unsigned int) response_code }; + rh->job = NULL; switch (response_code) {