gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-api] branch master updated (53ebcdc -> 9fbedda)


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated (53ebcdc -> 9fbedda)
Date: Thu, 04 Jan 2018 12:06:48 +0100

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

grothoff pushed a change to branch master
in repository api.

    from 53ebcdc  typo
     new ecd0594  fix spec to match actual implementation
     new 9fbedda  need coin_pub

The 2 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:
 api-merchant.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/api-merchant.rst b/api-merchant.rst
index 2a1fafc..96a8bc0 100644
--- a/api-merchant.rst
+++ b/api-merchant.rst
@@ -220,6 +220,8 @@ The following API are made available by the merchant's 
`backend` to the merchant
   :status 412 Precondition Failed:
     The given exchange is not acceptable for this merchant, as it is not in the
     list of accepted exchanges and not audited by an approved auditor.
+  :status 401 Unauthorized:
+    One of the coin signatures was not valid.
   :status 403 Forbidden:
     The exchange rejected the payment because a coin was already spent before.
     The response will include the `coin_pub` for which the payment failed,
@@ -267,8 +269,11 @@ The following API are made available by the merchant's 
`backend` to the merchant
     interface RefundDetail {
       // Merchant signature over the hashed order id.
       // The purpose is `TALER_SIGNATURE_MERCHANT_REFUND_OK`.
-      sig: EddsaSignature;
+      merchant_sig: EddsaSignature;
 
+      // Public key of the coin which is being refunded.
+      coin_pub: EddsaPublicKey;
+      
       // refund transaction ID chosen by the merchant.
       rtransaction_id: uint64_t;
     }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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