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
OpenPayment dialog is popping up on login when the page is loading. I investigated the issue and openLogin() method from vxpay library is triggering it.
function openLogin() {
var _this3 = this;
var flowOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
return new Promise(function (resolve, reject) {
// I assume this is where openPayment dialog is triggered
return _this3._initPaymentFrame().then(Frames_VXPayTokenForTab.reset).then(VXPayShowForTab.trigger).then(VXPayWhen.tokenTransferred).then(function (vxpay) {
return VXPayLogin_VXPayLogin.open(vxpay, flowOptions);
}).then(resolve).catch(reject);
});
}
OpenPayment dialog is popping up on login when the page is loading. I investigated the issue and openLogin() method from vxpay library is triggering it.
function openLogin() {
var _this3 = this;
Can you please fix it?
cc @t1gor
Versions:
npm -v
: X.X.Xnode -v
: X.X.Xvxpay-js
: X.X.Xnpm list vxpay-js --depth=0
Problem
Details....
Possible solutions
The text was updated successfully, but these errors were encountered: