taler-docs

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

commit ef90fc2d9aee00bc7d80d012d5118527340f4ee3
parent 7587fa2502d05c12230d4b1ae2dc659236817dc3
Author: priscilla <priscilla.huang@efrei.net>
Date:   Tue, 15 Nov 2022 09:55:59 -0500

Update

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

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3209,6 +3209,21 @@ Dynamic template } + .. ts:def:: DynamicTemplateWebBrowser + + interface DynamicTemplateWebBrowser { + + // Subject of the template + subject?: string; + + // The amount entered by the customer + amount?: Amount; + + // The button the user needs to complete his order. + button_url: RedirectTemplate; + + } + .. ts:def:: DynamicTemplateResponse interface DynamicTemplateResponse {