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.
- package/bundles/vk-payments.umd.js +2 -0
- package/bundles/vk-payments.umd.js.map +1 -1
- package/bundles/vk-payments.umd.min.js +1 -1
- package/bundles/vk-payments.umd.min.js.map +1 -1
- package/esm2015/lib/go-cuotas/components/go-cuotas.component.js +2 -1
- package/esm2015/lib/go-cuotas/models/go-cuotas.models.js +3 -1
- package/esm2015/lib/go-cuotas/services/go-cuotas.api.service.js +2 -1
- package/esm5/lib/go-cuotas/components/go-cuotas.component.js +2 -1
- package/esm5/lib/go-cuotas/models/go-cuotas.models.js +3 -1
- package/esm5/lib/go-cuotas/services/go-cuotas.api.service.js +2 -1
- package/fesm2015/vk-payments.js +2 -0
- package/fesm2015/vk-payments.js.map +1 -1
- package/fesm5/vk-payments.js +2 -0
- package/fesm5/vk-payments.js.map +1 -1
- package/lib/go-cuotas/models/go-cuotas.models.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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,
|