Update ShowServicios.php

This commit is contained in:
lizandrogd
2025-03-21 20:09:39 -05:00
parent ea75932479
commit 53b187e22f
+1 -1
View File
@@ -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'
]);