taler-docs

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

commit 41704b469cc716a8148b648c40f7fe218a16b13b
parent b202712a558b2c6c5008590c2303d4cbba34cf31
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sun, 17 Dec 2023 22:15:59 +0800

return more data from /config for merchant SPA as requested by sebastian

Diffstat:
Mcore/api-merchant.rst | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -167,7 +167,8 @@ such as the implemented version of the protocol and the currency used. // Base URL of the exchange REST API. base_url: string; - // Currency for which the exchange is configured. + // Currency for which the merchant is configured + // to trust the exchange. // May not be the one the exchange actually uses, // but is the only one we would trust this exchange for. currency: string;