taler-docs

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

commit 65f96582ab9780b4121e2d0cef24e73144e8fe94
parent 58df8306a432688941c4c1fabb0b2cb0da284163
Author: priscilla <priscilla.huang@efrei.net>
Date:   Fri, 25 Nov 2022 06:00:40 -0500

update

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3107,7 +3107,7 @@ Inspecting template -The `TemplatesEntry` object describes a template. It has the following structure: + The `TemplatesEntry` object describes a template. It has the following structure: @@ -3196,16 +3196,16 @@ Using template The merchant instance is unknown or the template is unknown. - .. ts:def:: UsingTemplateDetails + .. ts:def:: UsingTemplateDetails - interface UsingTemplateDetails { + interface UsingTemplateDetails { // Subject of the template subject?: string; // The amount entered by the customer. amount?: Amount; - } + } .. ts:def:: UsingTemplateResponse