[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: allow template to just require an am
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: allow template to just require an amount |
Date: |
Fri, 13 Oct 2023 19:46:51 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 524f9418 allow template to just require an amount
524f9418 is described below
commit 524f9418370652bfcf5940e83ebed183f76e5ccb
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Fri Oct 13 19:46:39 2023 +0200
allow template to just require an amount
---
core/api-merchant.rst | 7 +++++++
manpages/taler.conf.5.rst | 3 +++
2 files changed, 10 insertions(+)
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
---------------
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: allow template to just require an amount,
gnunet <=