vk-payments 0.2.1 → 0.2.2

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.
@@ -2651,6 +2651,7 @@
2651
2651
  documentNumber: initPayment.documentNumber,
2652
2652
  areaCode: initPayment.areaCode,
2653
2653
  phoneNumber: initPayment.phoneNumber,
2654
+ email: initPayment.email,
2654
2655
  idVen: initPayment.idVen,
2655
2656
  storeId: initPayment.storeId,
2656
2657
  data: initPayment.data
@@ -2899,6 +2900,7 @@
2899
2900
  installments: this.installments,
2900
2901
  documentNumber: this.dniText,
2901
2902
  phoneNumber: this.telText,
2903
+ email: this.mailText,
2902
2904
  cardholder: this.defaultName,
2903
2905
  creditCardHash: this.cardText,
2904
2906
  idVen: this.idVen,