taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit b20910dcfb748c58bcea3b5eb22fef84a8e88251
parent 1e77ff7bea0d42e38261f37847c7707658ce3958
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 11 Mar 2023 05:33:07 +0100

update slightly dated taler-merchant-pos-terminal manual

Diffstat:
Mtaler-merchant-pos-terminal.rst | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/taler-merchant-pos-terminal.rst b/taler-merchant-pos-terminal.rst @@ -53,6 +53,7 @@ At the bottom of the main UI there is a row of buttons: * Prev: Goes to the previous order (if available). * Next: Goes to the next order or creates a new one if the current is not empty and there is no next. +* Data entry: Enter a product name and price manually. * Complete: Finalize an order and prompt the customer to pay. The top left corner features a hamburger icon. @@ -123,12 +124,9 @@ The elements of the JSON file are defined as follows: .. ts:def:: BackendConfiguration interface BackendConfiguration { - // The URL to the Taler Merchant Backend + // The URL to the Taler Merchant Backend (including instance if applicable) base_url: string; - // The name of backend instance to be used (see `Backend Options <Backend-options>`) - instance: string; - // The API key used for authentication api_key: string; }