taler-docs

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

commit 5c7d6d620cf14dbcd626ce5c3e3301ced8c846cc
parent 29fbce7e64abba671d539b4e1cb99fcce1b52133
Author: MS <ms@taler.net>
Date:   Thu,  4 Jun 2020 17:56:18 +0200

no Taler amount format for Sandbox.

Diffstat:
Mlibeufin/api-sandbox.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst @@ -26,8 +26,8 @@ HTTP API // IBAN that will send the payment. debitorIban: string; - // amount in the CURRENCY:X.Y form. amount: string; + currency: string; // subject of the payment. subject: string;