commit e4ee82bba8d394e4b93495af1103d23146972915 parent 7a6d0a28367629c0b686438317cdb948c29a46df Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 21 Jun 2026 16:54:32 +0200 add comment about ch_qrr and fixme on #11537 Diffstat:
| M | src/include/taler/taler_bank_service.h | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/include/taler/taler_bank_service.h b/src/include/taler/taler_bank_service.h @@ -1131,10 +1131,14 @@ struct TALER_BANK_TransferSubject { /** - * Prepared-payment confirmation URI. + * Prepared-payment confirmation URI. Should already + * be a payto:// URI. */ char *uri; + // FIXME-#11537: spec mentiones "credit_amount" field, + // but we do not parse it here. Is the spec wrong? + } uri; /** @@ -1150,6 +1154,7 @@ struct TALER_BANK_TransferSubject /** * 27-digit QR Reference Number (NUL-terminated string). + * Put as "ch_qrr" into the payto URI. */ char *qr_reference_number;