gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update documentation for #6363 API c


From: gnunet
Subject: [taler-docs] branch master updated: update documentation for #6363 API change
Date: Sun, 23 Apr 2023 22:48:33 +0200

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 ccd13e9  update documentation for #6363 API change
ccd13e9 is described below

commit ccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Apr 23 22:48:30 2023 +0200

    update documentation for #6363 API change
---
 taler-mcig.rst            | 2 +-
 taler-merchant-manual.rst | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/taler-mcig.rst b/taler-mcig.rst
index 97de36e..1950f4a 100644
--- 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
index 7ccefb1..cd00857 100644
--- 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" },

-- 
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]