commit 2f61e1ebe0cc25ff6ef91b3881be93dc6701f347
parent 011582ab8b3556eca8e90b2d14c689e14814f33a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 22 Feb 2021 18:57:53 -0500
fix typo: add backticks for inline ‘:http:get:’
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -1418,7 +1418,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:`/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.