[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: add bank_dialect (for #10085)
From: |
Admin |
Subject: |
[taler-docs] branch master updated: add bank_dialect (for #10085) |
Date: |
Thu, 12 Jun 2025 13:21:01 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository taler-docs.
The following commit(s) were added to refs/heads/master by this push:
new 7a069fc4 add bank_dialect (for #10085)
7a069fc4 is described below
commit 7a069fc476732933baa06bf08a55ab36625d22fc
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Jun 12 13:20:58 2025 +0200
add bank_dialect (for #10085)
---
core/api-exchange.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
index e89e8385..18bc5147 100644
--- a/core/api-exchange.rst
+++ b/core/api-exchange.rst
@@ -91,6 +91,12 @@ possibly by using HTTPS.
// @since protocol **v21**.
shopping_url?: string;
+ // Dialect the bank would like wallets to speak. Used to customize
+ // wallet messages to the user when interacting specifically with
+ // this exchange.
+ // @since protocol **v29**.
+ bank_dialect?: string;
+
// How wallets should render this currency.
currency_specification: CurrencySpecification;
@@ -173,6 +179,12 @@ possibly by using HTTPS.
// @since protocol **v21**.
shopping_url?: string;
+ // Dialect the bank would like wallets to speak. Used to customize
+ // wallet messages to the user when interacting specifically with
+ // this exchange.
+ // @since protocol **v29**.
+ bank_dialect?: string;
+
// Instructs wallets to use certain bank-specific
// language (for buttons) and/or other UI/UX customization
// for compliance with the rules of that bank.
--
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: add bank_dialect (for #10085),
Admin <=