From 6f81ed1c54dc39de23bc63e9637633ceb8608943 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 10 Mar 2020 15:18:23 -0300 Subject: Add product images to ContractTerms and PoS config --- taler-merchant-pos-terminal.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'taler-merchant-pos-terminal.rst') 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[]; -- cgit v1.2.3