gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -fix typo in url, thanks to Raphael


From: gnunet
Subject: [taler-docs] branch master updated: -fix typo in url, thanks to Raphael for spotting it
Date: Sun, 17 Jul 2022 10:49:16 +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 f4fbc47  -fix typo in url, thanks to Raphael for spotting it
f4fbc47 is described below

commit f4fbc477ce4d122d4b4b4be961700e715d8b1fd7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Jul 17 10:48:57 2022 +0200

    -fix typo in url, thanks to Raphael for spotting it
---
 taler-merchant-api-tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index 0be0f4e..c66e701 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -224,7 +224,7 @@ A minimal Python snippet for creating an order would look 
like this:
    ...                        summary="Donation",
    ...                        
fulfillment_url="https://example.com/thanks.html";),
    ...             create_token=false)
-   >>> response = requests.post("https://backend.demo.taler.net/private/order";,
+   >>> response = 
requests.post("https://backend.demo.taler.net/private/orders";,
    ...               json=body,
    ...               headers={"Authorization": "ApiKey sandbox"})
    <Response [200]>

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