large commit

This commit is contained in:
Omair Saleh
2019-10-08 10:53:38 +08:00
parent 2df116137f
commit 26549a2b45
@@ -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);