From acead6d4316a1937b44865c5617145b4be1516db Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Tue, 24 Nov 2020 20:13:12 -0500 Subject: add blank line between term and explanation for ‘frontend’, ‘backend’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- taler-merchant-api-tutorial.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taler-merchant-api-tutorial.rst') diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst index 1449c9f8..fccac512 100644 --- 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 -- cgit v1.2.3