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
Hello, I want to pass below language option below to function renderPaymentform how can add this.
let wpwlOptions = {
locale: "ar",
numberFormatting:false
}
Hello, I want to pass below language option below to function renderPaymentform how can add this.
let wpwlOptions = {
locale: "ar",
numberFormatting:false
}
renderPaymentform = () => {
console.log('Loading ')
const script = document.createElement("script");
The text was updated successfully, but these errors were encountered: