taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 8385491240fce267cdc43aafca28800caefe5cc3
parent 8c6a4d4ef0818af0b6f179bf54f2fee325199331
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 19 Feb 2026 19:39:27 +0100

specify extra-wire-subject

Diffstat:
Mcore/exchange/post-batch-deposit.rst | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/exchange/post-batch-deposit.rst b/core/exchange/post-batch-deposit.rst @@ -93,8 +93,11 @@ // ``merchant_pub`` values). When changing the ``extra_subject``, // the change may thus not be immediately reflected in the // settlements. - // Since **v32**. - extra_wire_subject?: string; + // + // Must match [a-zA-Z0-9-.:]{1, 40} + // + // Optional. Since **v32**. + extra_wire_subject_metadata?: string; // Date until which the merchant can issue a refund to the customer via the // exchange, to be omitted if refunds are not allowed.