summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/taler-uri.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/core/taler-uri.rst b/core/taler-uri.rst
index 23ebc1ed..b44dc0e8 100644
--- a/core/taler-uri.rst
+++ b/core/taler-uri.rst
@@ -28,12 +28,12 @@ Payments are requested with the ``pay`` action. The parameters are a hierarchic
taler://pay/{merchant_host}{/merchant_prefix_path*}/{order_id}/{session_id}{?c}{#ssid}
-* ``merchant_host`` is the hostname (and optionally port) of the merchant
+* ``merchant_host`` is the hostname (and optionally port) of the merchant.
* ``merchant_prefix_path`` is an optional list of path components that identifies the path prefix of the merchant base URL.
-* ``order_id`` is the order ID that the customer is asked to pay for
-* ``session_id`` is the optional session ID under which the payment takes place
-* ``c`` is the optional high-entropy order `ClaimToken`
-* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity
+* ``order_id`` is the order ID that the customer is asked to pay for.
+* ``session_id`` is the optional session ID under which the payment takes place.
+* ``c`` is the optional high-entropy order `ClaimToken`.
+* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity.
Examples:
@@ -147,4 +147,3 @@ the user to confirm/decline adding the auditor to the list of trusted auditors.
.. code:: none
taler://auditor/{auditor_host}{/auditor_prefix_path*}/
-