summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:06:21 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-03-17 05:06:21 -0400
commita6c7bbafbdcfdf7eb678c6e6d5997ea4d4ac21f4 (patch)
treeda9383ada1658125e5e82b9ff7c2d06c11ccb43a /core/api-merchant.rst
parent8dfed47e0d2b165273c0b2be2fdb0d150bacc759 (diff)
downloaddocs-a6c7bbafbdcfdf7eb678c6e6d5997ea4d4ac21f4.tar.gz
docs-a6c7bbafbdcfdf7eb678c6e6d5997ea4d4ac21f4.tar.bz2
docs-a6c7bbafbdcfdf7eb678c6e6d5997ea4d4ac21f4.zip
add period at end of sentence (three instances)
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index a07734a1..5b89e693 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1313,7 +1313,7 @@ Adding products to the inventory
// taxes.
price: Amount;
- // An optional base64-encoded product image
+ // An optional base64-encoded product image.
image: ImageDataUrl;
// a list of taxes paid by the merchant for one unit of this product
@@ -1397,7 +1397,7 @@ Inspecting inventory
// taxes.
price: Amount;
- // An optional base64-encoded product image
+ // An optional base64-encoded product image.
image: ImageDataUrl;
// a list of taxes paid by the merchant for one unit of this product
@@ -2918,7 +2918,7 @@ The `Product` object describes the product being purchased from the merchant. It
// The price of the product; this is the total price for ``quantity`` times ``unit`` of this product.
price?: Amount;
- // An optional base64-encoded product image
+ // An optional base64-encoded product image.
image?: ImageDataUrl;
// a list of taxes paid by the merchant for this product. Can be empty.