From dded568ad082d98b642450b1e464f09fcc404433 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 29 Sep 2020 19:16:05 +0200 Subject: terminology --- design-documents/007-payment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design-documents') 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}``. -- cgit v1.2.3