From 53b187e22f99df9867d642e8b043c12570cf5538 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Fri, 21 Mar 2025 20:09:39 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 2e36c36..0b89195 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -476,7 +476,7 @@ class ShowServicios extends Component $this->credenciales = false; $this->cuentas =[]; - $this->alert('warning', 'Error al comprar: ' . $e->getMessage(), [ + $this->alert('warning', 'Error al comprar: Esta cuenta ha sido tomada por otro usuario al mismo tiempo, intenta nuevamente' . $e->getMessage(), [ 'position' => 'top' ]);