Skip to content

Commit

Permalink
Merge branch 'build-200' into 'master'
Browse files Browse the repository at this point in the history
fix customer select issue

See merge request mohit.panjvani/crater-web!100
  • Loading branch information
mohitpanjwani committed Dec 2, 2019
2 parents 1e8cc47 + 6664959 commit f4ca6d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Http/Controllers/CustomersController.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,7 @@ public function show($id)
'billingAddress',
'shippingAddress',
'billingAddress.country',
'billingAddress.state',
'billingAddress.city',
'shippingAddress.country',
'shippingAddress.state',
'shippingAddress.city',
])->find($id);

return response()->json([
Expand Down

0 comments on commit f4ca6d4

Please sign in to comment.