Fixes for clientcontact data leak
This commit is contained in:
parent
7ae46d6283
commit
cd1dbc1f56
1 changed files with 1 additions and 0 deletions
|
|
@ -454,6 +454,7 @@ class BillingPortalPurchase extends Component
|
|||
|
||||
$contact = ClientContact::query()
|
||||
->where('email', $this->email)
|
||||
->where('company_id', $this->subscription->company_id)
|
||||
->first();
|
||||
|
||||
$mailer = new NinjaMailerObject();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue