taler-docs

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

commit af891c6f23ba0d3a248ef235eba3fba07ba2825b
parent 706fb03eb043b3f2dfb0897066e35fa759461d69
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 27 Mar 2024 00:40:10 -0300

matching the docs with the impl

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3008,7 +3008,7 @@ Inspecting template interface TemplateSummaryResponse { // List of templates that are present in our backend. - templates_list: TemplateEntry[]; + templates: TemplateEntry[]; } The `TemplateEntry` object describes a template. It has the following structure: