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: 'Custom message that will be sent with the transaction',
172
+
advanced: true
173
+
},
174
+
{
175
+
name: 'Disable Payment ID',
176
+
key: 'disablePaymentId',
177
+
className: 'col_sm_center',
178
+
type: 'boolean',
179
+
default: false,
180
+
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',
0 commit comments