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 --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-merchant.rst') 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[]; -- cgit v1.2.3