Se cargan las modificaciones para pasarela stripe

This commit is contained in:
2026-03-12 17:17:03 -06:00
parent 46a0f8b1c3
commit 58e27fc5fc
10 changed files with 99 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class PagoController extends Controller
{
$user = Auth::user();
$prospectoId = $user->prospectos()->value('prospectos.id');
$prospectoId = $user->alumnos()->value('alumnos.id');
$pagos = Pago::where('user_id', $prospectoId)->get();