summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 02:49:43 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-08 02:49:43 -0500
commit7282c11df233221011b40f72765c3e2ec2b46527 (patch)
tree7fd1a05f4278454ff1ca14ed6251aa25746bf63d /taler-merchant-manual.rst
parentab070a856fe518b18242b3ea39ff1a995fe247ee (diff)
downloaddocs-7282c11df233221011b40f72765c3e2ec2b46527.tar.gz
docs-7282c11df233221011b40f72765c3e2ec2b46527.tar.bz2
docs-7282c11df233221011b40f72765c3e2ec2b46527.zip
add hyphen to ‘back-office’ (three instances)
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 8e2c7fa0..62c60f4f 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -63,7 +63,7 @@ currencies such as USD or EUR. For testing purposes, Taler uses a
special currency “KUDOS” and includes its own special bank.
.. index:: frontend
-.. index:: back office
+.. index:: back-office
.. index:: backend
.. index:: DBMS
.. index:: Postgres
@@ -78,13 +78,13 @@ components:
assumed to exist at the merchant.
The :ref:`Merchant API Tutorial <merchant-api-tutorial>` gives an
introduction for how to integrate Taler with Web shop frontends.
-- A back office application that enables the shop operators to view
+- A back-office application that enables the shop operators to view
customer orders, match them to financial transfers, and possibly
approve refunds if an order cannot be satisfied. This component is
not included with Taler, but rather assumed to exist at the
merchant. The :ref:`Merchant Backend API <merchant-api>` provides
the API specification that should be reviewed to integrate such a
- back office with the Taler backend.
+ back-office with the Taler backend.
- A Taler-specific payment backend which makes it easy for the frontend
to process financial transactions with Taler. This manual primarily
describes how to install and configure this backend.