summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-07-21 17:51:39 -0300
committerSebastian <sebasjm@gmail.com>2021-07-21 17:51:39 -0300
commit508df0b0ff8de6c58c1cadec55c0596473438972 (patch)
treebca9534866bc9ead3d0514a77f700e4fd4195086 /core
parentc3d35951d2f895c31efa1d1ebd9ca81569b842f8 (diff)
downloaddocs-508df0b0ff8de6c58c1cadec55c0596473438972.tar.gz
docs-508df0b0ff8de6c58c1cadec55c0596473438972.tar.bz2
docs-508df0b0ff8de6c58c1cadec55c0596473438972.zip
fix reference to renamed endpoint
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 7994c56e..1d359fe5 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1545,7 +1545,7 @@ Creating orders
.. note::
This endpoint does not return a URL to redirect your user to confirm the
- payment. In order to get this URL use :http:get:`/orders/$ORDER_ID`. The
+ payment. In order to get this URL use :http:get:`[/instances/$INSTANCE]/orders/$ORDER_ID`. The
API is structured this way since the payment redirect URL is not unique
for every order, there might be varying parameters such as the session id.