summaryrefslogtreecommitdiff
path: root/design-documents/007-payment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents/007-payment.rst')
-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}``.