@xsolla/payment-client-core 0.1.14-test3 → 0.1.14-test4

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.
@@ -4621,9 +4621,12 @@ class SavedPaymentAccountChangesService {
4621
4621
  }
4622
4622
  }
4623
4623
  SavedPaymentAccountChangesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: SavedPaymentAccountChangesService, deps: [{ token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable });
4624
- SavedPaymentAccountChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: SavedPaymentAccountChangesService });
4624
+ SavedPaymentAccountChangesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: SavedPaymentAccountChangesService, providedIn: 'root' });
4625
4625
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: SavedPaymentAccountChangesService, decorators: [{
4626
- type: Injectable
4626
+ type: Injectable,
4627
+ args: [{
4628
+ providedIn: 'root'
4629
+ }]
4627
4630
  }], ctorParameters: function () { return [{ type: SettingsService }, { type: SecureApiClient }]; } });
4628
4631
 
4629
4632
  class SavePaymentMethodStatusService {