@xsolla/payment-client-core 0.1.5-1 → 0.1.5-3

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.
@@ -4545,6 +4545,7 @@ class CoreLibraryService {
4545
4545
  changeFieldValue: (name, value) => this.paymentService.changeFieldValue(name, value),
4546
4546
  changeFieldState: (name, state) => this.paymentService.changeFieldState(name, state),
4547
4547
  },
4548
+ getCountry: () => this.countryService.getCountry(),
4548
4549
  };
4549
4550
  }
4550
4551
  getCreditCardService() {
@@ -4661,6 +4662,7 @@ FormModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15
4661
4662
  BirthDateConverter,
4662
4663
  StreetNumberConverter,
4663
4664
  TextConverter,
4665
+ PhoneConverter,
4664
4666
  { provide: convertersMapToken, useValue: convertersMap },
4665
4667
  ], imports: [ReactiveFormsModule, ValidatorsModule] });
4666
4668
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImport: i0, type: FormModule, decorators: [{
@@ -4681,6 +4683,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.7", ngImpor
4681
4683
  BirthDateConverter,
4682
4684
  StreetNumberConverter,
4683
4685
  TextConverter,
4686
+ PhoneConverter,
4684
4687
  { provide: convertersMapToken, useValue: convertersMap },
4685
4688
  ],
4686
4689
  }]