aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-29 13:08:03 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-29 13:08:03 +0200
commit4dc7dc50ae84c14befb46b424027705b517f944e (patch)
treedd56e95feb51b50860cc9d8599c7f990f4c423c5 /src
parentec97c24ad5d94853ba37637f558e4d933ff6fc66 (diff)
fix #9216: message, not subject
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c4
1 files 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
index 3ddef196..8883e2a2 100644
--- 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,
'?'))