@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.
@@ -26349,7 +26349,7 @@ var PaymentTrackingProvider = (function (props) {
26349
26349
  var success = item.message.status == 'success';
26350
26350
  if (validated) {
26351
26351
  setTimeout(function () {
26352
- return validated(success, item.message);
26352
+ return validated(success, transaction);
26353
26353
  }, 200);
26354
26354
  }
26355
26355
  if (item.message.release) {
@@ -26513,7 +26513,7 @@ var PaymentTrackingProvider = (function (props) {
26513
26513
  }
26514
26514
  clearInterval(pollingInterval);
26515
26515
  if (validated) {
26516
- validated(true, data);
26516
+ validated(true, transaction);
26517
26517
  }
26518
26518
  setRelease(true);
26519
26519
  }