summaryrefslogtreecommitdiff
path: root/taler-merchant-api-tutorial.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-25 22:59:28 +0100
committerChristian Grothoff <christian@grothoff.org>2020-10-25 22:59:28 +0100
commit82c288c2f2a4253836d11e16f8697380d3fb4864 (patch)
tree42fd176601e31d3d60888805d95dbd86a38812c2 /taler-merchant-api-tutorial.rst
parent919b293070ac5ce443f68a25eacefeb3663aec0e (diff)
downloaddocs-82c288c2f2a4253836d11e16f8697380d3fb4864.tar.gz
docs-82c288c2f2a4253836d11e16f8697380d3fb4864.tar.bz2
docs-82c288c2f2a4253836d11e16f8697380d3fb4864.zip
fix typos
Diffstat (limited to 'taler-merchant-api-tutorial.rst')
-rw-r--r--taler-merchant-api-tutorial.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index 39cf36da..823a6756 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -377,7 +377,7 @@ are recognized in the JSON request object:
- amount: Amount that should be given to the visitor as a tip.
- instance: Merchant instance that grants the tip (each instance may
- have its own independend tipping funds configured).
+ have its own independent tipping funds configured).
- justification: Description of why the tip was granted. Human-readable
text not exposed to the customer, but used by the Back Office.
@@ -533,14 +533,14 @@ signature (``session_sig``). This signature certifies that the wallet
showed a payment receipt for the respective order in the current
session. cookie
-Session-bound payments are triggerd by passing the ``session_id``
+Session-bound payments are triggered by passing the ``session_id``
parameter to the ``/check-payment`` endpoint. The wallet will then
redirect to the fulfillment page, but include an additional
``session_sig`` parameter. The frontend can query ``/check-payment``
with both the ``session_id`` and the ``session_sig`` to verify that the
signature is correct.
-The last session ID that was successfuly used to prove that the payment
+The last session ID that was successfully used to prove that the payment
receipt is in the user’s wallet is also available as ``last_session_id``
in the response to ``/check-payment``.