@xsolla/payment-client-core 0.1.14-test8 → 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) {