gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (4aeb5c4 -> 150b580)


From: gnunet
Subject: [taler-docs] branch master updated (4aeb5c4 -> 150b580)
Date: Fri, 05 Feb 2021 23:36:08 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 4aeb5c4  complete wallet installation instructions
     new a5feedd  say "ID" explicitly; mark up ‘sess01’
     new 61af7fc  fix typo: s/-/=/
     new 150b580  fix typo: s/session/session_id/ (four instances)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 design-documents/007-payment.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index 432816a..115ac3f 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -187,11 +187,11 @@ The following example uses a detached wallet:
    B: -> GET https://shop.demo.taler.net/books/moby-dick
       (content-type: application/html)
 
-     S: [Assigns session sess01 to browser]
+     S: [Assigns session ID ``sess01`` to browser]
      S: -> POST https://merchant-backend.demo.taler.net/orders
-     S: -> GET 
https://merchant-backend.demo.taler.net/orders/ord01?session_id-sess01
+     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]