gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: taler-bank-manage is gone


From: gnunet
Subject: [taler-docs] branch master updated: taler-bank-manage is gone
Date: Thu, 28 Mar 2024 11:28:20 +0100

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 56345bc4 taler-bank-manage is gone
56345bc4 is described below

commit 56345bc4cff19bf50c7f9dfac2fdd7e232b6b58c
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Mar 28 11:28:12 2024 +0100

    taler-bank-manage is gone
---
 core/api-merchant.rst                             | 56 +++++++++++++++++++++--
 manpages/taler-exchange-wire-gateway-client.1.rst |  2 +-
 2 files changed, 54 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 75e1353c..7fe88a4a 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3049,6 +3049,22 @@ Editing templates
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
 
+      // Key-value pairs matching a subset of the
+      // fields from `template_contract` that are
+      // user-editable defaults for this template.
+      // Since protocol **v13**.
+      editable_defaults?: Object;
+
+      // Required currency for payments.  Useful if no
+      // amount is specified in the `template_contract`
+      // but the user should be required to pay in a
+      // particular currency anyway.  Merchant backends
+      // may reject requests if the `template_contract`
+      // or `editable_defaults` do
+      // specify an amount in a different currency.
+      // This parameter is optional.
+      // Since protocol **v13**.
+      required_currency?: string;
    }
 
 
@@ -3117,7 +3133,24 @@ Inspecting template
 
       // Additional information in a separate template.
       template_contract: TemplateContractDetails;
-   }
+
+      // Key-value pairs matching a subset of the
+      // fields from `template_contract` that are
+      // user-editable defaults for this template.
+      // Since protocol **v13**.
+      editable_defaults?: Object;
+
+      // Required currency for payments.  Useful if no
+      // amount is specified in the `template_contract`
+      // but the user should be required to pay in a
+      // particular currency anyway.  Merchant backends
+      // may reject requests if the `template_contract`
+      // or `editable_defaults` do
+      // specify an amount in a different currency.
+      // This parameter is optional.
+      // Since protocol **v13**.
+      required_currency?: string;
+    }
 
 
 
@@ -3138,7 +3171,7 @@ Removing template
 
 
 Using template
-----------------
+--------------
 
 .. http:get:: [/instances/$INSTANCE]/templates/$TEMPLATE_ID
 
@@ -3161,7 +3194,24 @@ Using template
       // Hard-coded information about the contrac terms
       // for this template.
       template_contract: TemplateContractDetails;
-   }
+
+      // Key-value pairs matching a subset of the
+      // fields from `template_contract` that are
+      // user-editable defaults for this template.
+      // Since protocol **v13**.
+      editable_defaults?: Object;
+
+      // Required currency for payments.  Useful if no
+      // amount is specified in the `template_contract`
+      // but the user should be required to pay in a
+      // particular currency anyway.  Merchant backends
+      // may reject requests if the `template_contract`
+      // or `editable_defaults` do
+      // specify an amount in a different currency.
+      // This parameter is optional.
+      // Since protocol **v13**.
+      required_currency?: string;
+    }
 
 
 .. http:post:: [/instances/$INSTANCES]/templates/$TEMPLATE_ID
diff --git a/manpages/taler-exchange-wire-gateway-client.1.rst 
b/manpages/taler-exchange-wire-gateway-client.1.rst
index 0533c35b..878ce39b 100644
--- a/manpages/taler-exchange-wire-gateway-client.1.rst
+++ b/manpages/taler-exchange-wire-gateway-client.1.rst
@@ -109,7 +109,7 @@ Options
 See Also
 ========
 
-taler-bank-manage(1), taler.conf(5), 
https://docs.taler.net/core/api-wire.html#wire-transfer-test-apis
+taler.conf(5), 
https://docs.taler.net/core/api-wire.html#wire-transfer-test-apis
 
 Bugs
 ====

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]