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 38e4181 commit f41991dCopy full SHA for f41991d
_data/extensions/extension-xsolla_shop.json
@@ -137,6 +137,34 @@
137
"returnvalues": [],
138
"type": "FUNCTION"
139
},
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
154
+ "name": "is_sandbox",
155
156
+ "boolean"
157
158
+ }
159
+ ],
160
+ "returnvalues": [
161
162
163
+ "name": "string"
164
165
166
+ "type": "FUNCTION"
167
168
{
169
"description": "Get list of bundles",
170
"examples": "",
0 commit comments