iptdevs-design-system 3.1.912 → 3.1.913
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/steps/cod-form-step-four/cod-form-step-four.component.mjs +1 -3
- package/fesm2015/iptdevs-design-system.mjs +0 -2
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +0 -2
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4990,9 +4990,7 @@ class CodFormStepFourComponent extends CodFormSteps {
|
|
|
4990
4990
|
courseType: Number(this.localStorageCOD.getCodFormData(1, 'course_type')),
|
|
4991
4991
|
englishLevel: Number(this.localStorageCOD.getCodFormData(1, 'english_level')),
|
|
4992
4992
|
};
|
|
4993
|
-
console.log("params", params);
|
|
4994
4993
|
this.dataFinancing = this.calculateQuotesService.calculateQuotes(params);
|
|
4995
|
-
console.log("dataFinancing", this.dataFinancing);
|
|
4996
4994
|
this.isFinancing = true;
|
|
4997
4995
|
this.financingData.emit(this.dataFinancing);
|
|
4998
4996
|
}
|