summaryrefslogtreecommitdiff
path: root/taler-merchant-pos-terminal.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 /taler-merchant-pos-terminal.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 'taler-merchant-pos-terminal.rst')
-rw-r--r--taler-merchant-pos-terminal.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst
index 27860cfd..d65183cc 100644
--- a/taler-merchant-pos-terminal.rst
+++ b/taler-merchant-pos-terminal.rst
@@ -163,6 +163,9 @@ The elements of the JSON file are defined as follows:
// The price of the product
price: Amount;
+ // An optional base64-encoded product image
+ image?: ImageDataUrl;
+
// A list of category IDs this product belongs to.
// Typically, a product only belongs to one category, but more than one is supported.
categories: number[];