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

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.
@@ -5246,6 +5246,8 @@ class PaymentService {
5246
5246
  this.emitFormFieldsStatus(this.form);
5247
5247
  return;
5248
5248
  }
5249
+ console.log('this.fields', this.fields);
5250
+ console.log('this.form', this.form);
5249
5251
  const submitResponse = await this.submitService.request(this.fields, this.form);
5250
5252
  this.data = submitResponse;
5251
5253
  if (!submitResponse.isSavingMethodMode) {
@@ -5301,6 +5303,8 @@ class PaymentService {
5301
5303
  'en',
5302
5304
  isSavePaymentAccount: this.data.isSavingMethodMode ? 1 : 0,
5303
5305
  };
5306
+ console.log('this.data', this.data);
5307
+ console.log('getStatus', params);
5304
5308
  return this.statusService.getStatus(params);
5305
5309
  }
5306
5310
  getFieldConfig(field) {