summaryrefslogtreecommitdiff
path: root/taler-merchant-manual.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-08 20:33:41 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-08 20:33:41 +0200
commit7d9643064442d0c7c1c695b69fc56b2322a4213d (patch)
tree5dd1c60c03aef6f4a9bd3169b4338c32c05280cf /taler-merchant-manual.rst
parent40ad8425d0359845b4e14a91f83b8c91ed5d1a3d (diff)
downloaddocs-7d9643064442d0c7c1c695b69fc56b2322a4213d.tar.gz
docs-7d9643064442d0c7c1c695b69fc56b2322a4213d.tar.bz2
docs-7d9643064442d0c7c1c695b69fc56b2322a4213d.zip
-fix misc warnings
Diffstat (limited to 'taler-merchant-manual.rst')
-rw-r--r--taler-merchant-manual.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 9a3c94f4..5301cc28 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -806,7 +806,7 @@ Setup
------
With the knowledge of the ``payto://``-URI, instances can be configured by POSTing
-a request to :http:post:`/management/instances`. To create a first instance,
+a request to ``/management/instances``. To create a first instance,
create a file ``instance.json`` with an `InstanceConfigurationMessage`
.. code-block:: json
@@ -1241,8 +1241,7 @@ Authorize a tip
When your frontend has reached the point where a client is supposed to receive
a tip, it needs to first authorize the tip. For this, the frontend must use
-the :http:post:`/private/reserves/$RESERVE_PUB/authorize-tip`
-API of the backend. To authorize a
+a POST to ``/private/reserves/$RESERVE_PUB/authorize-tip``. To authorize a
tip, the frontend has to provide the following information in the body of the
POST request:
@@ -1272,7 +1271,7 @@ Picking up of the tip
---------------------
The wallet will POST a JSON object to the shop’s
-:http:post:`/tips/$TIP_ID/pickup` handler.
+``/tips/$TIP_ID/pickup`` handler.
The frontend must then forward this request to the backend. The response
generated by the backend can then be forwarded directly to the wallet.