@xsolla/payment-client-core 0.1.5-2 → 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.
- package/esm2020/lib/core/payment/payment.interface.mjs +1 -1
- package/esm2020/lib/core-library.service.mjs +2 -1
- package/fesm2015/xsolla-payment-client-core.mjs +1 -0
- package/fesm2015/xsolla-payment-client-core.mjs.map +1 -1
- package/fesm2020/xsolla-payment-client-core.mjs +1 -0
- package/fesm2020/xsolla-payment-client-core.mjs.map +1 -1
- package/lib/core/payment/payment.interface.d.ts +1 -0
- package/package.json +1 -1
- package/xsolla-payment-client-core-0.1.5-3.tgz +0 -0
- package/xsolla-payment-client-core-0.1.5-2.tgz +0 -0
|
@@ -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() {
|