taler-docs

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

commit 000d8d49592d35dfba617715f3e7899e799d2d43
parent 37800885555d946a6bcf5903e6f1eab86eff50b1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 24 Mar 2026 10:21:47 +0100

remove field that is now in template_contract

Diffstat:
Mcore/merchant/get-templates-TEMPLATE_ID.rst | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/core/merchant/get-templates-TEMPLATE_ID.rst b/core/merchant/get-templates-TEMPLATE_ID.rst @@ -23,14 +23,6 @@ interface WalletTemplateDetailsRequest { - // Type of the template being instantiated. - // Possible values include "fixed-order", - // "inventory-cart" and "paivana". - // Since protocol **v25**. - // Defaults to "fixed-order" while supporting previous - // protocol versions. - template_type: string; - // Hard-coded information about the contract terms // for this template. template_contract: TemplateContractDetails;