taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit db8a0f4371d110ba1289a1bc7207710530ec3938
parent 20b87cc5b5caaa2e73bc7ae2491c67ee3bde2ef9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 22 Aug 2020 15:57:09 +0200

fix signature

Diffstat:
Msrc/main.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -1655,7 +1655,8 @@ vend_success () */ static void refund_complete_cb (void *cls, - const struct TALER_MERCHANT_HttpResponse *hr) + const struct TALER_MERCHANT_HttpResponse *hr, + const char *refund_uri) { struct Refund *r = cls;