iptdevs-design-system 2.7.49 → 2.7.51

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.
@@ -3333,11 +3333,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
3333
3333
  class CalculateQuotesService {
3334
3334
  constructor() { }
3335
3335
  calculateQuotes(params) {
3336
- console.log('service calculate qotes');
3337
3336
  console.log(params);
3338
3337
  let dataFinancing = [];
3339
3338
  let index = 1; // Indicador de cant. de cuotas
3340
- let momentJs = moment(params.date).add('1', 'days');
3339
+ let momentJs = moment(params.date).add(1, 'days');
3341
3340
  console.log(momentJs);
3342
3341
  if (this.validateSunday(momentJs.toDate())) {
3343
3342
  Swal.fire({