aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-09-29 13:05:48 +0200
committerChristian Grothoff <christian@grothoff.org>2024-09-29 13:05:48 +0200
commitec97c24ad5d94853ba37637f558e4d933ff6fc66 (patch)
tree19a93574e12abe66518e265a363469e6775c8c4b /src
parentaf551c981b4b96356d9dd7edd7d251605c0df56c (diff)
fix #9215
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c12
1 files 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
index 9011f07f..3ddef196 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,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 ==