@xsolla/payment-client-core 0.1.12-test → 0.1.12

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.
@@ -394,9 +394,6 @@ class UserBalanceService {
394
394
  // @ts-expect-error the map already has the cache with key
395
395
  return this.cache.get(cacheKey);
396
396
  }
397
- getUserBalanceValue() {
398
- return this.settingsService.user.user_balance;
399
- }
400
397
  }
401
398
  UserBalanceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: UserBalanceService, deps: [{ token: userBalanceResponseFactoryToken }, { token: SettingsService }, { token: SecureApiClient }], target: i0.ɵɵFactoryTarget.Injectable });
402
399
  UserBalanceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: UserBalanceService, providedIn: 'root' });
@@ -5395,9 +5392,6 @@ class CoreLibraryService {
5395
5392
  const sanitizedName = field.name.replace(/^fix_/i, '');
5396
5393
  return masksFunctionsMap[sanitizedName];
5397
5394
  }
5398
- getUserBalanceValue() {
5399
- return this.userBalanceService.getUserBalanceValue();
5400
- }
5401
5395
  }
5402
5396
  CoreLibraryService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: CoreLibraryService, deps: [{ token: SettingsService }, { token: CountryService }, { token: PaymentMethodsService }, { token: SavedMethodsService }, { token: UserBalanceService }, { token: PaymentConfigService }, { token: PaymentService }, { token: DeviceFingerPrintService }, { token: FinanceDetailsService }, { token: LegalService }, { token: StatusService }, { token: NextActionService }, { token: CreditCardService }, { token: CreditCardStateService }], target: i0.ɵɵFactoryTarget.Injectable });
5403
5397
  CoreLibraryService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: CoreLibraryService, providedIn: 'root' });