gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: make session_id mandatory in /paid


From: gnunet
Subject: [taler-docs] branch master updated: make session_id mandatory in /paid
Date: Tue, 21 Jul 2020 09:28:18 +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 b49baa7  make session_id mandatory in /paid
b49baa7 is described below

commit b49baa7d84adbc509539b15586680b9e869d89ef
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 21 12:58:13 2020 +0530

    make session_id mandatory in /paid
---
 core/api-merchant.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 36cc9d8..9ba8baa 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -957,7 +957,7 @@ Payment processing
 
 .. http:post:: /orders/$ORDER_ID/paid
 
-  Proof that the client previously paid for an order by providing
+  Prove that the client previously paid for an order by providing
   the merchant's signature from the `payment response <PaymentResponse>`.
   Typically used by the customer's wallet if it receives a request for
   payment for an order that it already paid. This is more compact then
@@ -1001,8 +1001,8 @@ Payment processing
       // database access).
       h_contract: HashCode;
 
-      // Session id for which the payment is proven. Optional.
-      session_id?: string;
+      // Session id for which the payment is proven.
+      session_id: string;
     }
 
 .. _order-abort:

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