taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dded568ad082d98b642450b1e464f09fcc404433
parent 0d310b4462f8fd84ad76628bf1a03bdc9c2bcabe
Author: MS <ms@taler.net>
Date:   Tue, 29 Sep 2020 19:16:05 +0200

terminology

Diffstat:
Mdesign-documents/007-payment.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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}``.