commit e9d4f60108e12467b59f386b9fb1e88e5180ac18 parent d680ec4d9bdfd434ee4a95d2c71b9c19d5aa123c Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 15 Jun 2026 13:04:12 +0200 add FIXME for #11520 Diffstat:
| M | src/backend/taler-merchant-httpd_get-private-kyc.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_get-private-kyc.c b/src/backend/taler-merchant-httpd_get-private-kyc.c @@ -1087,6 +1087,8 @@ determine_eligible_accounts ( np)) continue; /* exchange account is allowed, add it */ + // FIXME: #11520: support short wire transfer subjects! + // if (NULL != account->prepared_transfer_url) // ... { const char *exchange_account_payto = account->fpayto_uri.full_payto;