gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 23/29: add period at end of sentence (six instances)


From: gnunet
Subject: [taler-docs] 23/29: add period at end of sentence (six instances)
Date: Wed, 17 Mar 2021 11:17:06 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit bef8ce75397a8f8da40300357dee440aa439bd60
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Wed Mar 17 05:33:00 2021 -0400

    add period at end of sentence (six instances)
---
 core/api-merchant.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a884d6a..02bd64f 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1634,10 +1634,10 @@ Creating orders
     that the backend would otherwise fill in via the inventory.
 
     interface MinimalInventoryProduct {
-      // Which product is requested (here mandatory!)
+      // Which product is requested (here mandatory!).
       product_id: string;
 
-      // How many units of the product are requested
+      // How many units of the product are requested.
       quantity: Integer;
     }
 
@@ -1645,7 +1645,7 @@ Creating orders
   .. ts:def:: PostOrderResponse
 
     interface PostOrderResponse {
-      // Order ID of the response that was just created
+      // Order ID of the response that was just created.
       order_id: string;
 
       // Token that authorizes the wallet to claim the order.
@@ -1659,13 +1659,13 @@ Creating orders
 
     interface OutOfStockResponse {
 
-      // Product ID of an out-of-stock item
+      // Product ID of an out-of-stock item.
       product_id: string;
 
-      // Requested quantity
+      // Requested quantity.
       requested_quantity: Integer;
 
-      // Available quantity (must be below ``requested_quanitity``)
+      // Available quantity (must be below ``requested_quanitity``).
       available_quantity: Integer;
 
       // When do we expect the product to be again in stock?

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