We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b2fc1 commit ec46187Copy full SHA for ec46187
extension-xsolla/index.md
@@ -37,7 +37,7 @@ The Shop Builder API provides a third-party solution for implementing the server
37
1. Authenticate the user (see below)
38
2. List sellable items using `shop.get_sellable_items()`
39
3. Create an order using `shop.create_order_with_item()`
40
-4. Open a payment url for the order to initiate the payment process
+4. Open a payment url for the order to initiate the payment process `shop.get_payment_url()`
41
5. Poll for status updates for the order `shop.get_order()`
42
43
0 commit comments