@depay/widgets 7.5.1 → 7.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.bundle.js +1 -1
- package/dist/esm/index.js +4 -0
- package/dist/umd/index.bundle.js +1 -1
- package/dist/umd/index.js +4 -0
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -21251,7 +21251,11 @@ var PaymentTrackingProvider = (function (props) {
|
|
|
21251
21251
|
setTimeout(function () {
|
|
21252
21252
|
props.document.location.href = data.forward_to;
|
|
21253
21253
|
}, 100);
|
|
21254
|
+
} else {
|
|
21255
|
+
setClosable(true);
|
|
21254
21256
|
}
|
|
21257
|
+
})["catch"](function () {
|
|
21258
|
+
setClosable(true);
|
|
21255
21259
|
});
|
|
21256
21260
|
clearInterval(pollingInterval);
|
|
21257
21261
|
setRelease(true);
|