state
This commit is contained in:
parent
157748eeb5
commit
b30c24010e
|
|
@ -115,9 +115,9 @@ class AssignProductController extends Controller
|
|||
if ($key == 'phone' && $sellerInput == null) {
|
||||
return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.phone'));
|
||||
}
|
||||
if ($key == 'state' && $sellerInput == null) {
|
||||
return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.state'));
|
||||
}
|
||||
// if ($key == 'state' && $sellerInput == null) {
|
||||
// return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.state'));
|
||||
// }
|
||||
if ($key == 'city' && $sellerInput == null) {
|
||||
return redirect()->back()->with('warning', __('marketplace::app.shop.sellers.account.profile.validation.city'));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue