commit 508df0b0ff8de6c58c1cadec55c0596473438972
parent c3d35951d2f895c31efa1d1ebd9ca81569b842f8
Author: Sebastian <sebasjm@gmail.com>
Date: Wed, 21 Jul 2021 17:51:39 -0300
fix reference to renamed endpoint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.