@depay/widgets 11.4.3 → 11.4.4

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.
@@ -26385,7 +26385,7 @@
26385
26385
  var success = item.message.status == 'success';
26386
26386
  if (validated) {
26387
26387
  setTimeout(function () {
26388
- return validated(success, item.message);
26388
+ return validated(success, transaction);
26389
26389
  }, 200);
26390
26390
  }
26391
26391
  if (item.message.release) {
@@ -26549,7 +26549,7 @@
26549
26549
  }
26550
26550
  clearInterval(pollingInterval);
26551
26551
  if (validated) {
26552
- validated(true, data);
26552
+ validated(true, transaction);
26553
26553
  }
26554
26554
  setRelease(true);
26555
26555
  }