iptdevs-design-system 2.7.51 → 2.7.53

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.
@@ -3334,6 +3334,7 @@ class CalculateQuotesService {
3334
3334
  constructor() { }
3335
3335
  calculateQuotes(params) {
3336
3336
  console.log(params);
3337
+ console.log(params.date);
3337
3338
  let dataFinancing = [];
3338
3339
  let index = 1; // Indicador de cant. de cuotas
3339
3340
  let momentJs = moment(params.date).add(1, 'days');