Merge pull request #1486 from denisdulici/master
Not able to enable/disable currency and tax in wizard
This commit is contained in:
commit
748a6a4885
@ -22,7 +22,7 @@ class RedirectIfWizardNotCompleted
|
||||
}
|
||||
|
||||
// Check url
|
||||
if (Str::startsWith($request->getPathInfo(), '/wizard')) {
|
||||
if (Str::startsWith($request->getPathInfo(), '/wizard') || Str::startsWith($request->getPathInfo(), '/settings')) {
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user