iptdevs-design-system 2.7.150 → 2.7.152
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/esm2020/lib/cod/cod-form/cod-form.component.mjs +2 -1
- package/esm2020/lib/cod/logic/calculate-quotes.service.mjs +2 -2
- package/fesm2015/iptdevs-design-system.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3455,7 +3455,7 @@ class CalculateQuotesService {
|
|
|
3455
3455
|
}
|
|
3456
3456
|
else {
|
|
3457
3457
|
let enrollment = [
|
|
3458
|
-
|
|
3458
|
+
index,
|
|
3459
3459
|
Intl.NumberFormat('en-US', {
|
|
3460
3460
|
style: 'currency',
|
|
3461
3461
|
currency: 'USD',
|
|
@@ -4060,6 +4060,7 @@ class CodFormComponent {
|
|
|
4060
4060
|
this.isLoading = true;
|
|
4061
4061
|
this.loaderMessage = 'Creando COD, espere un momento';
|
|
4062
4062
|
let request = this.getCreateCOD(totalData);
|
|
4063
|
+
console.log(request);
|
|
4063
4064
|
this.commercialService.createCOD(request).subscribe({
|
|
4064
4065
|
next: (response) => {
|
|
4065
4066
|
if (response.message.code === 1) {
|