@xsolla/payment-client-core 0.1.5-2 → 0.1.5-4
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-library.service.mjs +4 -1
- package/fesm2015/xsolla-payment-client-core.mjs +3 -0
- package/fesm2015/xsolla-payment-client-core.mjs.map +1 -1
- package/fesm2020/xsolla-payment-client-core.mjs +3 -0
- package/fesm2020/xsolla-payment-client-core.mjs.map +1 -1
- package/lib/core-library.service.d.ts +1 -0
- package/package.json +1 -1
- package/xsolla-payment-client-core-0.1.5-4.tgz +0 -0
- package/xsolla-payment-client-core-0.1.5-2.tgz +0 -0
|
@@ -4527,6 +4527,9 @@ class CoreLibraryService {
|
|
|
4527
4527
|
setCountry(country) {
|
|
4528
4528
|
this.countryService.setCountry(country);
|
|
4529
4529
|
}
|
|
4530
|
+
getCountry() {
|
|
4531
|
+
return this.countryService.getCountry();
|
|
4532
|
+
}
|
|
4530
4533
|
createPayment(config) {
|
|
4531
4534
|
const enrichedConfig = this.paymentConfigService.enrich(config);
|
|
4532
4535
|
return {
|