@xsolla/payment-client-core 0.1.17 → 0.1.18
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/status/status.service.mjs +2 -2
- package/fesm2015/xsolla-payment-client-core.mjs +1 -1
- package/fesm2015/xsolla-payment-client-core.mjs.map +1 -1
- package/fesm2020/xsolla-payment-client-core.mjs +1 -1
- package/fesm2020/xsolla-payment-client-core.mjs.map +1 -1
- package/package.json +1 -1
- package/xsolla-payment-client-core-0.1.18.tgz +0 -0
- package/xsolla-payment-client-core-0.1.17.tgz +0 -0
|
@@ -4742,7 +4742,7 @@ class StatusService {
|
|
|
4742
4742
|
this.savePaymentMethodStatusService = savePaymentMethodStatusService;
|
|
4743
4743
|
}
|
|
4744
4744
|
async getStatus(params) {
|
|
4745
|
-
const isSavePaymentMethodMode =
|
|
4745
|
+
const isSavePaymentMethodMode = params?.isSavePaymentAccount === "1" /* XpsBoolean.true */;
|
|
4746
4746
|
if (isSavePaymentMethodMode) {
|
|
4747
4747
|
return this.savePaymentMethodStatusService.getStatus(params);
|
|
4748
4748
|
}
|