taler-docs

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

commit 03bd30d8a6150b6326bef3c3118453c482e2b5b1
parent 4ef1a220f3e2b5caddffa648b3569bd18e5e4ecb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  8 Jan 2024 09:32:10 +0100

document #6467

Diffstat:
Mcore/api-merchant.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2084,6 +2084,9 @@ Creating orders // See documentation of fulfillment_url in ContractTerms. // Either fulfillment_url or fulfillment_message must be specified. + // When creating an order, the fulfillment URL can + // contain ``${ORDER_ID}`` which will be substituted with the + // order ID of the newly created order. fulfillment_url?: string; // See documentation of fulfillment_message in ContractTerms.