taler-docs

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

commit 417c954fa3ad19e3f2c321c893d0de39f1ea6b1e
parent 56d5d0d8b3315cbb8c5c6ed51fb3715211367fbc
Author: Florian Dold <florian@dold.me>
Date:   Fri, 14 Nov 2025 16:41:25 +0100

merchant: implementation uses upper-case strings

Diffstat:
Mcore/api-merchant.rst | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -298,15 +298,15 @@ such as the implemented version of the protocol and the currency used. .. ts:def:: RoundingInterval enum RoundingInterval { - NONE = "none", - SECOND = "second", - MINUTE = "minute", - HOUR = "hour", - DAY = "day", - WEEK = "week", - MONTH = "month", - QUARTER = "quarter", - YEAR = "year" + NONE = "NONE", + SECOND = "SECOND", + MINUTE = "MINUTE", + HOUR = "HOUR", + DAY = "DAY", + WEEK = "WEEK", + MONTH = "MONTH", + QUARTER = "QUARTER", + YEAR = "YEAR" } .. ts:def:: ExchangeConfigInfo