commit 97967942e425e2bd84165ff953facca058fdb52c
parent 2e9da8dbd17d82c715b7aa2a621d78db27d9347c
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 25 Jan 2026 20:16:42 +0900
lining up more changes for v25
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1,6 +1,6 @@
..
This file is part of GNU TALER.
- Copyright (C) 2014-2025 Taler Systems SA
+ Copyright (C) 2014-2026 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -41,14 +41,14 @@ Android PoS app is currently targeting **v20**.
* ``v24``: Make minor changes to refund semantics
* ``v25``: adds features to group amounts internally (say to
separate tips, taxes and revenue in reporting), endpoints
- for periodic report generation and inventory-based templates
+ for periodic report generation and inventory-based templates,
+ new long-polling for KYC and features for templates to support
+ session-based payments
**Upcoming versions:**
* ``vTAXES``: adds features to manage taxes
-* ``vPAIVANA``: adds features for templates to support session-based payments
-* ``vKYCLP``: new long-polling for KYC
-
+
**Ideas for future version:**
* ``vXXX``: marker for features not yet targeted for release
@@ -1028,7 +1028,7 @@ Querying payment status
string, the semantics of which are left to the application. However, it must
match the "$SESSION_ID" passed to the template mechanism.
- Since protocol **vPAIVANA**.
+ Since protocol **v25**.
**Request:**
@@ -5617,7 +5617,7 @@ Adding templates
// Regular expression over URLs for which
// this template is valid.
// Optional, if not given all URLs are accepted.
- // Since protocol **vPAIVANA**.
+ // Since protocol **v25**.
website_regex?: string;
// Methods to pay for the contract.