company sender pdated
This commit is contained in:
parent
18fdf8250e
commit
dac0af3d74
@ -15,8 +15,10 @@ public function __construct(Company $company)
|
||||
'name' => $company->name,
|
||||
'inn' => $company->inn,
|
||||
'email' => $company->email,
|
||||
'address' => $company->legal_address
|
||||
//'phone' => $company->phone,
|
||||
'address' => $company->legal_address,
|
||||
'callbackUrl' => route('api.company.confirm', [
|
||||
'token' => $company->secret
|
||||
])
|
||||
|
||||
];
|
||||
//dd($company);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user