@xsolla/payment-client-core 0.1.14-test19 → 0.1.14-test20

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.
@@ -4654,7 +4654,7 @@ class SavePaymentMethodStatusService {
4654
4654
  this.statusChecked = true;
4655
4655
  }
4656
4656
  this.startWaitingStatusUpdates(params.invoice);
4657
- this.statusRequestService.request();
4657
+ // this.statusRequestService.request();
4658
4658
  }
4659
4659
  async getStatusOld(params) {
4660
4660
  console.log('getStatus', params);