Se modifican procesos para pagos en linea a travez de stripe

This commit is contained in:
2026-03-12 12:27:26 -06:00
parent fac20ea52d
commit ed2184827d
32 changed files with 703 additions and 506 deletions
+2 -2
View File
@@ -125,9 +125,9 @@ class User extends Authenticatable
}
public function prospectos() : BelongsToMany
public function alumnos() : BelongsToMany
{
return $this->belongsToMany(Prospecto::class);
return $this->belongsToMany(Alumno::class);
}
protected static function booted()