[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-merchant] branch master updated: fix #9216: message, not subject
From: |
gnunet |
Subject: |
[taler-merchant] branch master updated: fix #9216: message, not subject |
Date: |
Sun, 29 Sep 2024 13:08:06 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new 4dc7dc50 fix #9216: message, not subject
4dc7dc50 is described below
commit 4dc7dc50ae84c14befb46b424027705b517f944e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 29 13:08:03 2024 +0200
fix #9216: message, not subject
---
src/backend/taler-merchant-httpd_private-get-instances-ID-kyc.c | 4 ++--
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
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,
'?'))
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-merchant] branch master updated: fix #9216: message, not subject,
gnunet <=