summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-12-17 22:15:59 +0800
committerChristian Grothoff <grothoff@gnunet.org>2023-12-17 22:16:07 +0800
commit41704b469cc716a8148b648c40f7fe218a16b13b (patch)
tree75a01bef10f35db878a266304ffbd469b9d168e4 /core/api-merchant.rst
parentb202712a558b2c6c5008590c2303d4cbba34cf31 (diff)
downloaddocs-41704b469cc716a8148b648c40f7fe218a16b13b.tar.gz
docs-41704b469cc716a8148b648c40f7fe218a16b13b.tar.bz2
docs-41704b469cc716a8148b648c40f7fe218a16b13b.zip
return more data from /config for merchant SPA as requested by sebastian
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst3
1 files changed, 2 insertions, 1 deletions
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;