summaryrefslogtreecommitdiff
path: root/core/taler-uri.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/taler-uri.rst')
-rw-r--r--core/taler-uri.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/taler-uri.rst b/core/taler-uri.rst
index a4942b83..dd45611e 100644
--- a/core/taler-uri.rst
+++ b/core/taler-uri.rst
@@ -33,7 +33,7 @@ Payments are requested with the ``pay`` action. The parameters are a hierarchic
* ``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.
+* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for Internet connectivity.
Examples:
@@ -72,7 +72,7 @@ The action ``withdraw`` is used to trigger a bank-integrated withdrawal operatio
* ``bank_prefix_path`` is an optional list of path components that identifies the path prefix of the bank integration API base URL.
* ``withdrawal_uid`` is the unique ID of the withdrawal operation.
* ``ssid`` is the optional WLAN SSID that the bank (typically in an ATM scenario) can offer the wallet
- to connect to for internet connectivity.
+ to connect to for Internet connectivity.
--------------------------
Withdrawing (Confirmation)
@@ -104,7 +104,7 @@ A ``taler://refund`` URI instructs the wallet to download and apply available re
* ``merchant_host`` is the hostname 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 to check for refunds.
-* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity.
+* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for Internet connectivity.
-------
@@ -123,7 +123,7 @@ a merchant and ask the user to accept/decline it.
* ``tip_id`` uniquely identifies the tip.
* ``insecure`` is an optional query parameter. When "1", the ``merchant_host`` is contacted via HTTP.
When absent or "0", the ``merchant_host`` is contacted via HTTPS.
-* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for internet connectivity.
+* ``ssid`` is the optional WLAN SSID that the merchant can offer the wallet to connect to for Internet connectivity.
----------------