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: properly document order


From: gnunet
Subject: [GNUnet-SVN] [taler-api] branch master updated: properly document order id
Date: Wed, 08 Mar 2017 03:03:28 +0100

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

dold pushed a commit to branch master
in repository api.

The following commit(s) were added to refs/heads/master by this push:
     new 3764a1c  properly document order id
3764a1c is described below

commit 3764a1cbe2ba5e15c5f3d0ab6126012318a2df3c
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 8 03:03:24 2017 +0100

    properly document order id
---
 api/api-merchant.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/api/api-merchant.rst b/api/api-merchant.rst
index 41f1c36..f104268 100644
--- a/api/api-merchant.rst
+++ b/api/api-merchant.rst
@@ -478,6 +478,14 @@ The `proposal data` must have the following structure:
       // NOTE: still not implemented
       summary: string;
 
+      // Unique, free-form identifier for the proposal.
+      // Must be unique within a merchant instance.
+      // For merchants that do not store proposals in their DB
+      // before the customer paid for them, the order_id can be used
+      // by the frontend to restore a proposal from the information
+      // encoded in it (such as a short product identifier and timestamp).
+      order_id: string;
+
       // Total price for the transaction.
       // The exchange will subtract deposit fees from that amount
       // before transfering it to the merchant.

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



reply via email to

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