From 41704b469cc716a8148b648c40f7fe218a16b13b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 17 Dec 2023 22:15:59 +0800 Subject: return more data from /config for merchant SPA as requested by sebastian --- core/api-merchant.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 5c5b3ca5..ceebd005 100644 --- 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; -- cgit v1.2.3