From 93fa7106cf6bfa51ad79f296363fa265863312fc Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 30 Apr 2024 15:11:26 -0500 Subject: [PATCH] quitar dd promociones --- app/Http/Livewire/ShowPromociones.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index 834a28c..c61267b 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -208,8 +208,6 @@ class ShowPromociones extends Component public function pagar() { - dd($this->consulta); - $this->validate(); if ($this->cantidad_comprarPromo == 0) {