Merge pull request #1486 from denisdulici/master

Not able to enable/disable currency and tax in wizard
This commit is contained in:
Denis Duliçi
2020-06-17 11:18:44 +03:00
committed by GitHub

View File

@ -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);
}