You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
helpText: 'Removes the random ID generated for the payment that is used to prevent the onSuccess callback to be triggered by a person who has the payment screen open at the same time as another',
181
191
advanced: true
182
192
},
193
+
{
194
+
name: 'Disable Altpayment',
195
+
key: 'disableAltpayment',
196
+
className: 'col_sm_center',
197
+
type: 'boolean',
198
+
default: false,
199
+
helpText: 'Disables altpayment logic',
200
+
advanced: true
201
+
},
202
+
{
203
+
name: 'On-close',
204
+
placeholder: 'Callback function',
205
+
key: 'onClose',
206
+
className: 'col_lg',
207
+
type: 'input',
208
+
onChange: 'handleChange',
209
+
helpText: 'Callback function that runs when the button dialog closes',
210
+
advanced: true
211
+
},
212
+
{
213
+
name: 'Auto close',
214
+
key: 'autoClose',
215
+
className: 'col_sm_center',
216
+
type: 'boolean',
217
+
default: true,
218
+
helpText: 'Enables auto-close of the button dialog after a successful payment',
219
+
advanced: true
220
+
},
221
+
{
222
+
name: 'On-open',
223
+
placeholder: 'Callback function',
224
+
key: 'onOpen',
225
+
className: 'col_lg',
226
+
type: 'input',
227
+
onChange: 'handleChange',
228
+
helpText: 'Callback function that runs when the button dialog opens',
229
+
advanced: true
230
+
},
231
+
{
232
+
name: 'Ws base url',
233
+
placeholder: 'Your websocket server',
234
+
key: 'wsBaseUrl',
235
+
className: 'col_lg',
236
+
type: 'input',
237
+
onChange: 'handleChange',
238
+
helpText: 'Link to the websocket server that will be used',
239
+
advanced: true
240
+
},
241
+
{
242
+
name: 'Api base url',
243
+
placeholder: 'Your api server',
244
+
key: 'apiBaseUrl',
245
+
className: 'col_lg',
246
+
type: 'input',
247
+
onChange: 'handleChange',
248
+
helpText: 'Link to the api server that will be used',
0 commit comments