From ea75932479ef2b46150298d6e38a8179f3e50763 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 15 Mar 2025 19:00:38 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 6de5d36..2e36c36 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -473,7 +473,10 @@ class ShowServicios extends Component } catch (Exception $e) { DB::rollBack(); - $this->alert('error', 'Error al comprar: ' . $e->getMessage(), [ + $this->credenciales = false; + $this->cuentas =[]; + + $this->alert('warning', 'Error al comprar: ' . $e->getMessage(), [ 'position' => 'top' ]);