mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 12:42:36 +01:00
Set account owner
This commit is contained in:
parent
cfeee5f98c
commit
6a146e8fff
@ -167,7 +167,7 @@ class StepsController extends BaseController
|
||||
|
||||
$body = [
|
||||
'account_key' => $account->account_key,
|
||||
'email' => \Auth::user()->email,
|
||||
'email' => $account->getPrimaryUser()->email,
|
||||
'plan' => $account->company->plan,
|
||||
'plan_term' =>$account->company->plan_term,
|
||||
'plan_started' =>$account->company->plan_started,
|
||||
|
Loading…
Reference in New Issue
Block a user