gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add missing response type


From: gnunet
Subject: [taler-docs] branch master updated: add missing response type
Date: Mon, 20 Jul 2020 14:12:56 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0cb46cd  add missing response type
0cb46cd is described below

commit 0cb46cd539dc4e3262fcae642b9295d6da4722aa
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Jul 20 17:42:51 2020 +0530

    add missing response type
---
 core/api-merchant.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 469a9f3..4072a7b 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -842,6 +842,16 @@ Payment processing
   :status 409 Conflict:
     The someone else claimed the same order ID with different nonce before.
 
+  .. ts:def:: ClaimResponse
+
+    interface ClaimResponse {
+      // Contract terms of the claimed order
+      contract_terms: ContractTerms;
+
+      // Signature by the merchant over the contract terms.
+      sig: EddsaSignature;
+    }
+
 
 .. http:post:: /orders/$ORDER_ID/pay
 

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