summaryrefslogtreecommitdiff
path: root/taler-merchant-api-tutorial.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-07-17 10:48:57 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-07-17 10:49:13 +0200
commitf4fbc477ce4d122d4b4b4be961700e715d8b1fd7 (patch)
treef886a1d21ed7e7240a255a61c1ca7e3ff09a30b0 /taler-merchant-api-tutorial.rst
parent35f94090e2fdd90d560da1fed5d1079dcd6eefd2 (diff)
downloaddocs-f4fbc477ce4d122d4b4b4be961700e715d8b1fd7.tar.gz
docs-f4fbc477ce4d122d4b4b4be961700e715d8b1fd7.tar.bz2
docs-f4fbc477ce4d122d4b4b4be961700e715d8b1fd7.zip
-fix typo in url, thanks to Raphael for spotting it
Diffstat (limited to 'taler-merchant-api-tutorial.rst')
-rw-r--r--taler-merchant-api-tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index 0be0f4e3..c66e701b 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]>