mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-19 04:14:05 +00:00
large commit
This commit is contained in:
@@ -55,7 +55,7 @@ class UpdatesCompany
|
||||
|
||||
$this->repository->where('company_id', $company->id)->where('billing', true)->delete();
|
||||
|
||||
$billing = new AddressBookObject(null, $company->id, null, null,
|
||||
$billing = new AddressBookObject(1, $company->id, null, null,
|
||||
$request->input('street_one'), $request->input('street_two'), $request->input('city'),
|
||||
$request->input('state'), $request->input('post_code'), $request->input('country'), false, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user