Merge branch 'master' of https://github.com/bagisto/bagisto into select_icon_payment_page

This commit is contained in:
Akhtar Khan 2020-08-10 21:05:48 +05:30
commit 0663644854
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ class CustomerController extends Controller
$this->customerRepository->delete($id);
} else {
session()->flash('error', trans('admin::app.response.order-pending', ['name' => 'Customer']));
return response()->json(['message' => false], 400);
}