Merge pull request #1739 from jitendra-webkul/jitendra

Issue #1732 fixed
This commit is contained in:
Jitendra Singh 2019-11-05 13:12:33 +05:30 committed by GitHub
commit 6537f66441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,8 @@ class Currency
}
}
unset($request['currency']);
return $next($request);
}
}

View File

@ -45,6 +45,8 @@ class Locale
}
}
unset($request['locale']);
return $next($request);
}
}