taler-docs

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

commit acead6d4316a1937b44865c5617145b4be1516db
parent 9202c59f1dc5aead6bdc4ade01ce1ad08af250d8
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Tue, 24 Nov 2020 20:13:12 -0500

add blank line between term and explanation for ‘frontend’, ‘backend’

Diffstat:
Mtaler-merchant-api-tutorial.rst | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst @@ -79,6 +79,7 @@ The Taler software stack for a merchant consists of the following main components: - frontend + A frontend which interacts with the customer’s browser. The frontend enables the customer to build a shopping cart and place an order. Upon payment, it triggers the respective business logic to satisfy @@ -87,6 +88,7 @@ components: develop a Taler frontend. - backend + A Taler-specific payment backend which makes it easy for the frontend to process financial transactions with Taler. For this tutorial, you will use a public sandbox backend. For production use, you must