summaryrefslogtreecommitdiff
path: root/core/taler-uri.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:55:49 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:55:49 -0400
commitce14f0028c95f673a38af8603750f24a685056c8 (patch)
treed2a36800382e5d431b26de6804d2c96eb64dfaa9 /core/taler-uri.rst
parent726de9c6f84e174a4ed53e3e07c14747ebc94af5 (diff)
downloaddocs-ce14f0028c95f673a38af8603750f24a685056c8.tar.gz
docs-ce14f0028c95f673a38af8603750f24a685056c8.tar.bz2
docs-ce14f0028c95f673a38af8603750f24a685056c8.zip
s/internet/Internet/ (two files)
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.
----------------