From 457ca97b0fef655eace0125f9f9341a43a788126 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 3 Mar 2020 17:30:02 -0300 Subject: MerchantProduct product_id is now optional --- taler-merchant-pos-terminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst index 8575ab8d..ea27fe8b 100644 --- a/taler-merchant-pos-terminal.rst +++ b/taler-merchant-pos-terminal.rst @@ -147,7 +147,7 @@ The elements of the JSON file are defined as follows: interface MerchantProduct { // A merchant-internal unique identifier for the product - product_id: string; + product_id?: string; // Human-readable product description // that will be shown to the user and used in contract terms -- cgit v1.2.3