diff --git a/app/Http/Controllers/CustomersController.php b/app/Http/Controllers/CustomersController.php index d31bf66de..8b587e370 100644 --- a/app/Http/Controllers/CustomersController.php +++ b/app/Http/Controllers/CustomersController.php @@ -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([