summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 2c817d7c..8e60e63a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -2931,7 +2931,7 @@ It has the following structure:
// A list of taxes paid by the merchant for this product. Can be empty.
taxes?: Tax[];
- // time indicating when this product should be delivered
+ // Time indicating when this product should be delivered.
delivery_date?: Timestamp;
}