summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst7
-rw-r--r--manpages/taler.conf.5.rst3
2 files changed, 10 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 44e5023c..142e83f8 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3307,6 +3307,13 @@ Adding templates
// Human-readable summary for the template.
summary?: string;
+ // Required currency for payments to the template.
+ // The user may specify any amount, but it must be
+ // in this currency.
+ // This parameter is optional and should not be present
+ // if "amount" is given.
+ currency?: string;
+
// The price is imposed by the merchant and cannot be changed by the customer.
// This parameter is optional.
amount?: Amount;
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index 3c2a35c2..4ed0d97e 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -721,6 +721,9 @@ CURRENCY
The entire section is ignored if the currency does not match the currency
we use, which must be given in the ``[taler]`` section.
+DISABLED
+ Set to YES to disable this exchange. Optional option, defaults to NO.
+
AUDITOR OPTIONS
---------------