taler-docs

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

commit 3c2346736e05f4555a6b67730fa2862fbe2bdc94
parent db90efdfd2834e8c87aa03720874734af040ae6b
Author: Joel Häberli <haebu@rubigen.ch>
Date:   Mon, 29 Apr 2024 21:12:14 +0200

fix: Terminals-API re-add currency field to config

Diffstat:
Mcore/api-terminal.rst | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/core/api-terminal.rst b/core/api-terminal.rst @@ -74,6 +74,11 @@ Config // Terminal provider display name to be used in user interfaces. provider_name: string; + // The currency supported by this Terminal-API + // must be the same as the currency specified + // in the currency field of the wire gateway config + currency: string; + // Wire transfer type supported by the terminal. // FIXME: needed? wire_type: string;