@depay/widgets 11.4.2 → 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.
@@ -25763,7 +25763,7 @@ var Footer = (function () {
25763
25763
  }, "Pay");
25764
25764
  } else if (paymentState == 'paying') {
25765
25765
  return /*#__PURE__*/React.createElement("a", {
25766
- className: "ButtonPrimary disabled",
25766
+ className: "ButtonPrimary",
25767
25767
  title: "Performing the payment - please wait",
25768
25768
  href: transaction === null || transaction === void 0 ? void 0 : transaction.url,
25769
25769
  target: "_blank",
@@ -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
  }