Skip to content

Commit f41991d

Browse files
Site changes [skip-ci]
1 parent 38e4181 commit f41991d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

_data/extensions/extension-xsolla_shop.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,34 @@
137137
"returnvalues": [],
138138
"type": "FUNCTION"
139139
},
140+
{
141+
"description": "get the payment url for an order",
142+
"examples": "",
143+
"name": "shop.get_payment_url",
144+
"parameters": [
145+
{
146+
"doc": "",
147+
"name": "order",
148+
"types": [
149+
"table"
150+
]
151+
},
152+
{
153+
"doc": "",
154+
"name": "is_sandbox",
155+
"types": [
156+
"boolean"
157+
]
158+
}
159+
],
160+
"returnvalues": [
161+
{
162+
"doc": "",
163+
"name": "string"
164+
}
165+
],
166+
"type": "FUNCTION"
167+
},
140168
{
141169
"description": "Get list of bundles",
142170
"examples": "",

0 commit comments

Comments
 (0)