gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Payment processing.


From: gnunet
Subject: [taler-docs] branch master updated: Payment processing.
Date: Thu, 01 Oct 2020 15:01:43 +0200

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

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 3a5ae37  Payment processing.
3a5ae37 is described below

commit 3a5ae3759e49c64c170d58e6b24a906327f766fe
Author: MS <ms@taler.net>
AuthorDate: Thu Oct 1 14:59:07 2020 +0200

    Payment processing.
    
    Describing the situation where a customer tries to access
    one resource that was paid in the past, but whose cookies
    were deleted.
---
 design-documents/007-payment.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/design-documents/007-payment.rst b/design-documents/007-payment.rst
index 613a9ce..8f7050d 100644
--- a/design-documents/007-payment.rst
+++ b/design-documents/007-payment.rst
@@ -53,7 +53,8 @@ When *resource-URL* is requested, the storefront runs the 
following steps:
 7. If the client has not (fully) obtained the granted refunds yet, show a link 
to the public order page
    of the backend to allow the client to obtain the refund.  **Terminate.**
 8. If the *order-status* is paid, return to the client the resource associated 
with *resource name*.  **Terminate.**
-9. Otherwise, the *order-status* is unpaid.  Redirect the client to 
*client-order-status-URL*. **Terminate.**
+9. Otherwise, either the *order-status* is unpaid or the customer tried to 
access a paid resource after having deleted their cookies.  Redirect the client 
to *client-order-status-URL*. **Terminate.**
+10.  If the wallet detects that the resource was paid before, it will resend 
the same payment again, and will get the item; if not, the wallet will create a 
new payment and send to the merchant.
 
 .. note::
 

-- 
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]