@xsolla/payment-client-core 0.1.14-test7 → 0.1.14-test8

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.
@@ -5301,6 +5301,8 @@ class PaymentService {
5301
5301
  'en',
5302
5302
  isSavePaymentAccount: this.data.isSavingMethodMode ? 1 : 0,
5303
5303
  };
5304
+ console.log('this.data', this.data);
5305
+ console.log('getStatus', params);
5304
5306
  return this.statusService.getStatus(params);
5305
5307
  }
5306
5308
  getFieldConfig(field) {