gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 03/03: fix typo: s/session/session_id/ (four instances)


From: gnunet
Subject: [taler-docs] 03/03: fix typo: s/session/session_id/ (four instances)
Date: Fri, 05 Feb 2021 23:36:11 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

commit 150b580470e28aca773697effdb49ed90428ecd3
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Feb 5 17:28:29 2021 -0500

    fix typo: s/session/session_id/ (four instances)
---
 design-documents/007-payment.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index 665838a..115ac3f 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -191,7 +191,7 @@ The following example uses a detached wallet:
      S: -> POST https://merchant-backend.demo.taler.net/orders
      S: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?session_id=sess01
 
-   B: <- HTTP 307, redirect to 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session=sess01
+   B: <- HTTP 307, redirect to 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session_id=sess01
 
    B: -> GET https://merchant-backend.demo.taler.net/orders/ord01?token=ct01
       (content-type: application/html)
@@ -199,7 +199,7 @@ The following example uses a detached wallet:
       taler://pay/shop.demo.taler.net/ord01/sess01?c=ct01
 
    B: [via JavaScript on page]
-   B: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session=sess01
+   B: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session_id=sess01
       (content-type: application/json)
    B: <- HTTP status 402 Payment Required
 
@@ -207,14 +207,14 @@ The following example uses a detached wallet:
    W: POST https://shop.demo.taler.net/orders/ord01/claim
 
    B: [via JavaScript on page]
-   B: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session=sess01
+   B: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session_id=sess01
       (content-type: application/json)
    B: <- HTTP status 402 Payment Required
 
    W: POST https://shop.demo.taler.net/orders/ord01/pay
 
    B: [via JavaScript on page]
-   B: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session=sess01
+   B: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?token=ct01&session_id=sess01
       (content-type: application/json)
    B: <- HTTP status 202 Accepted
    B: [redirects to fulfillment URL of ord01 baked into the JavaScript code]

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]