merchant

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

commit 8964e6fe17aa4a4ad5c11b215f7253ecca747731
parent 3e2b8626e81a3f5a1b5b09973be447b4abfb3a26
Author: MS <ms@taler.net>
Date:   Tue, 20 Oct 2020 17:30:08 +0200

@param

Diffstat:
Msrc/include/taler_merchant_service.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h @@ -3375,7 +3375,7 @@ TALER_MERCHANT_tips_get2 (struct GNUNET_CURL_Context *ctx, * @param tgh the operation to cancel */ void -TALER_MERCHANT_tips_get_cancel (struct TALER_MERCHANT_TipsGetHandle *); +TALER_MERCHANT_tips_get_cancel (struct TALER_MERCHANT_TipsGetHandle *tgh); /**