taler-docs

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

commit ecd4d61f00e56494bfe384e4f2dae75b0e3307b0
parent c303c65074e5a4aa3c8ed38309ea96adbc0fd8ca
Author: priscilla <priscilla.huang@efrei.net>
Date:   Tue, 15 Nov 2022 06:12:50 -0500

Update

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3077,7 +3077,7 @@ Adding templates // Template ID to use. template_id: string; - // Human-readable summary for the template. + // Human-readable description for the template. template_descripton: string; // The price is imposed by the merchant and cannot be changed by the customer. @@ -3125,7 +3125,7 @@ Editing templates interface TemplatePatchDetail { - // Human-readable summary for the template. + // Human-readable description for the template. template_descripton: string; // The price is imposed by the merchant and cannot be changed by the customer. @@ -3208,7 +3208,7 @@ The `TemplatesEntry` object describes a template. It has the following structure interface TemplateDetail { - // Human-readable summary for the template. + // Human-readable description for the template. template_descripton: string; // The price is imposed by the merchant and cannot be changed by the customer.