commit ccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7
parent f8b1c04607b79758e6f295e3158db45faaafb5df
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 23 Apr 2023 22:48:30 +0200
update documentation for #6363 API change
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/taler-mcig.rst b/taler-mcig.rst
@@ -294,7 +294,7 @@ M: :http:post:`/management/instances`
// InstanceConfigurationMessage
{
- "payto_uris": ["payto://iban/CH9300762011623852957"],
+ "accounts": [{"payto_uri":"payto://iban/CH9300762011623852957"}],
"id": "default",
"name": "Pretty Pianos",
"auth":
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -276,7 +276,7 @@ Installing from source
The following instructions will show how to install a GNU Taler
merchant backend from source.
-The package sources can be find in our
+The package sources can be find in our
`download directory <http://ftpmirror.gnu.org/taler/>`__.
GNU Taler components version numbers follow the ``MAJOR.MINOR.MICRO`` format.
@@ -805,7 +805,7 @@ create a file ``instance.json`` with an `InstanceConfigurationMessage`
.. code-block:: json
{
- "payto_uris" : [ "$PAYTO_URI" ],
+ "accounts" : [{"payto_uri":"$PAYTO_URI"}],
"id" : "default",
"name": "example.com",
"address": { "country" : "zz" },