summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-04-23 22:48:30 +0200
committerChristian Grothoff <christian@grothoff.org>2023-04-23 22:48:30 +0200
commitccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7 (patch)
tree3ddd571d7ee96d8841d6923256bb458cd6a62cf8
parentf8b1c04607b79758e6f295e3158db45faaafb5df (diff)
downloaddocs-ccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7.tar.gz
docs-ccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7.tar.bz2
docs-ccd13e9f590ef382ed97e3f98d0ad93a3ebe1bc7.zip
update documentation for #6363 API change
-rw-r--r--taler-mcig.rst2
-rw-r--r--taler-merchant-manual.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/taler-mcig.rst b/taler-mcig.rst
index 97de36e6..1950f4af 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 7ccefb1b..cd008571 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" },