summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-10 15:18:23 -0300
committerTorsten Grote <t@grobox.de>2020-03-10 15:18:23 -0300
commit6f81ed1c54dc39de23bc63e9637633ceb8608943 (patch)
tree72eca34cd9afdaf6a688921276dd46d000a3a0d8 /core/api-merchant.rst
parente66cef79127bb9816cbfb1fddf665db43977d513 (diff)
downloaddocs-6f81ed1c54dc39de23bc63e9637633ceb8608943.tar.gz
docs-6f81ed1c54dc39de23bc63e9637633ceb8608943.tar.bz2
docs-6f81ed1c54dc39de23bc63e9637633ceb8608943.zip
Add product images to ContractTerms and PoS config
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index f6297ae1..469ce766 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -873,6 +873,9 @@ The contract terms must have the following structure:
// merchant-internal identifier for the product
product_id?: string;
+ // An optional base64-encoded product image
+ image?: ImageDataUrl;
+
// a list of objects indicating a 'taxname' and its amount. Again, italics denotes the object field's name.
taxes?: any[];