commit 4dc7dc50ae84c14befb46b424027705b517f944e
parent ec97c24ad5d94853ba37637f558e4d933ff6fc66
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 29 Sep 2024 13:08:03 +0200
fix #9216: message, not subject
Diffstat:
1 file changed, 2 insertions(+), 2 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,7 +666,7 @@ determine_eligible_accounts (
if (TALER_amount_is_zero (&kyc_amount))
GNUNET_asprintf (&payto_kycauth,
- "%s%csubject=KYC:%s",
+ "%s%cmessage=KYC:%s",
exchange_account_payto,
(NULL == strchr (exchange_account_payto,
'?'))
@@ -675,7 +675,7 @@ determine_eligible_accounts (
merchant_pub_str);
else
GNUNET_asprintf (&payto_kycauth,
- "%s%camount=%s&subject=KYC:%s",
+ "%s%camount=%s&message=KYC:%s",
exchange_account_payto,
(NULL == strchr (exchange_account_payto,
'?'))