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