gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add h_contract to refund response


From: gnunet
Subject: [taler-docs] branch master updated: add h_contract to refund response
Date: Sat, 22 Aug 2020 19:22:33 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d86e4e6  add h_contract to refund response
d86e4e6 is described below

commit d86e4e6e844dd9aee47fe77c62def8470e501d44
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Aug 22 19:22:16 2020 +0200

    add h_contract to refund response
---
 core/api-merchant.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 3c0ea71..51b08a8 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1531,8 +1531,12 @@ Giving Refunds
 
       // URL (handled by the backend) that the wallet should access to
       // trigger refund processing.
-      // taler://refund/[$H_CONTRACT/$AMOUNT????]
+      // taler://refund/...
       taler_refund_uri: string;
+
+      // Contract hash that a client may need to authenticate an
+      // HTTP request to obtain the above URI in a wallet-friendly way.
+      h_contract: HashCode;
     }
 
 

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