iptdevs-design-system 2.7.151 → 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.
@@ -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) {