Se cargan las modificaciones para pasarela stripe
This commit is contained in:
@@ -255,7 +255,10 @@ class DataProspecto extends Component
|
||||
$q->where('plantels.id', $this->pplantels)
|
||||
)->get();
|
||||
|
||||
$this->planesPago = Plane::where('nivel', $this->selectedNivel)
|
||||
$this->planesPago = Plane::query()
|
||||
->whereHas('nivelPlane', function ($q) {
|
||||
$q->where('nivels.id', $this->selectedNivel);
|
||||
})
|
||||
->whereHas('planPlantel', function ($q) {
|
||||
$q->where('plantels.id', $this->pplantels);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user