iptdevs-design-system 3.1.575 → 3.1.576

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.
@@ -7214,6 +7214,7 @@ class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
7214
7214
  course_modality: Number(this.localStorageCOD.getCodFormData(2, 'course_modality')),
7215
7215
  payment_method: parseInt(paymentMethod)
7216
7216
  };
7217
+ console.log("lineal_81", request);
7217
7218
  this.commercialService.ObtainCodPrices(request).subscribe((response) => {
7218
7219
  if (response.data != null) {
7219
7220
  this.dataPrices = response.data;