summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.