fix error

This commit is contained in:
Juan Felipe Duarte
2025-08-01 08:56:32 -07:00
parent 65433490de
commit 5529804bd2
+1 -1
View File
@@ -406,7 +406,7 @@ class ShowPromociones extends Component
$logsGeneral->user_id = Auth::user()->id;
$logsGeneral->detalle = 'El usuario ' . Auth::user()->name . ' - ' . Auth::user()->email .
' ha comprado la promocion ' . $this->consulta->nombre . ' - ' . $this->consulta->descripcion .
' cantidad de ' . $this->cantidad_tarjetaPlan .
' cantidad de ' . $this->historial->cantidad .
' por un valor de $' . $this->historial->valor .
', Saldo anterior: $' . $saldo_anterior .
', Nuevo saldo disponible: $' . $nuevo_saldo .