summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-09-29 19:16:05 +0200
committerMS <ms@taler.net>2020-09-29 19:16:05 +0200
commitdded568ad082d98b642450b1e464f09fcc404433 (patch)
tree096f2d27acfa171714cfba9cd5d4c710f5b1fb60 /design-documents
parent0d310b4462f8fd84ad76628bf1a03bdc9c2bcabe (diff)
downloaddocs-dded568ad082d98b642450b1e464f09fcc404433.tar.gz
docs-dded568ad082d98b642450b1e464f09fcc404433.tar.bz2
docs-dded568ad082d98b642450b1e464f09fcc404433.zip
terminology
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/007-payment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index 7d309a6b..613a9ce4 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -43,7 +43,7 @@ When *resource-URL* is requested, the storefront runs the following steps:
..
is "invalid" equivalent to "null"?
-4. If *session-ID* or *order-ID* is invalid, assign a fresh session ID and
+4. If *session-ID* or *order-ID* is null, assign a fresh session ID and
create a new order for *resource name* by doing a ``POST /private/orders``
to the merchant backend. Set both in the cookie to be sent with the response.
5. Check the status of the payment for *order-ID* under *session-ID* by doing a ``GET /private/orders/{order-ID}?session_id={session-ID}``.