vk-payments 0.2.13 → 0.2.14
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 -1
- 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 +3 -2
- package/esm5/lib/go-cuotas/components/go-cuotas.component.js +3 -2
- package/fesm2015/vk-payments.js +2 -1
- package/fesm2015/vk-payments.js.map +1 -1
- package/fesm5/vk-payments.js +2 -1
- package/fesm5/vk-payments.js.map +1 -1
- package/package.json +1 -1
|
@@ -2872,7 +2872,8 @@
|
|
|
2872
2872
|
this.installments = 0;
|
|
2873
2873
|
this.currentInstallments = [
|
|
2874
2874
|
{ value: 2, label: '2 Cuotas' },
|
|
2875
|
-
{ value: 3, label: '3 Cuotas' }
|
|
2875
|
+
{ value: 3, label: '3 Cuotas' },
|
|
2876
|
+
{ value: 4, label: '4 Cuotas' }
|
|
2876
2877
|
]; // Opciones para "Cantidad de cuotas"
|
|
2877
2878
|
this.totalAmount = Number(this.paymentAmount);
|
|
2878
2879
|
};
|