diff --git a/app/Http/Controllers/CustomersController.php b/app/Http/Controllers/CustomersController.php index d31bf66d..8b587e37 100644 --- a/app/Http/Controllers/CustomersController.php +++ b/app/Http/Controllers/CustomersController.php @@ -112,11 +112,7 @@ class CustomersController extends Controller 'billingAddress', 'shippingAddress', 'billingAddress.country', - 'billingAddress.state', - 'billingAddress.city', 'shippingAddress.country', - 'shippingAddress.state', - 'shippingAddress.city', ])->find($id); return response()->json([