@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.
@@ -4742,7 +4742,7 @@ class StatusService {
4742
4742
  this.savePaymentMethodStatusService = savePaymentMethodStatusService;
4743
4743
  }
4744
4744
  async getStatus(params) {
4745
- const isSavePaymentMethodMode = !!params?.isSavePaymentAccount;
4745
+ const isSavePaymentMethodMode = params?.isSavePaymentAccount === "1" /* XpsBoolean.true */;
4746
4746
  if (isSavePaymentMethodMode) {
4747
4747
  return this.savePaymentMethodStatusService.getStatus(params);
4748
4748
  }