merchant

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

commit ec97c24ad5d94853ba37637f558e4d933ff6fc66
parent af551c981b4b96356d9dd7edd7d251605c0df56c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 29 Sep 2024 13:05:48 +0200

fix #9215

Diffstat:
Msrc/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c b/src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c @@ -666,21 +666,21 @@ determine_eligible_accounts ( if (TALER_amount_is_zero (&kyc_amount)) GNUNET_asprintf (&payto_kycauth, - "%s%csubject=%s", + "%s%csubject=KYC:%s", exchange_account_payto, (NULL == strchr (exchange_account_payto, '?')) - ? '?' - : '&', + ? '?' + : '&', merchant_pub_str); else GNUNET_asprintf (&payto_kycauth, - "%s%camount=%s&subject=%s", + "%s%camount=%s&subject=KYC:%s", exchange_account_payto, (NULL == strchr (exchange_account_payto, '?')) - ? '?' - : '&', + ? '?' + : '&', TALER_amount2s (&kyc_amount), merchant_pub_str); GNUNET_assert (0 ==