gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: move refund_delay in POST orders and


From: gnunet
Subject: [taler-docs] branch master updated: move refund_delay in POST orders and add refundable in GET orders
Date: Sat, 25 Jul 2020 21:58:43 +0200

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

jonathan-buchanan pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new e834f0f  move refund_delay in POST orders and add refundable in GET 
orders
e834f0f is described below

commit e834f0fb63da2ba8a08678664e3bb77f3da53d43
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
AuthorDate: Sat Jul 25 15:58:33 2020 -0400

    move refund_delay in POST orders and add refundable in GET orders
---
 core/api-merchant.rst | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b72a260..4b478b3 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -647,8 +647,6 @@ Payment processing
 
   The request must be a `PostOrderRequest`.
 
-  :query refund_delay: *Optional*. If set, must be a relative time. The 
backend will then set the refund deadline to the current time plus the 
specified delay.
-
   **Response:**
 
   :status 200 OK:
@@ -671,6 +669,10 @@ Payment processing
       // order detail, but can override all
       order: Order;
 
+      // if set, the backend will then set the refund deadline to the current
+      // time plus the specified delay.
+      refund_delay?: RelativeTime;
+
       // specifies the payment target preferred by the client. Can be used
       // to select among the various (active) wire methods supported by the 
instance.
       payment_target?: string;
@@ -822,6 +824,9 @@ Payment processing
 
       // the summary of the order
       summary: string;
+
+      // whether some part of the order is refundable
+      refundable: boolean;
     }
 
 

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