We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account for routes which affect the CostControl plugin
$this->route->addRoute('/settings/currencies/rates', 'CurrencyController', 'show');
$this->route->addRoute('/settings/currencies/add', 'CurrencyController', 'create');
$this->route->addRoute('/settings/currencies/change', 'CurrencyController', 'change');
The text was updated successfully, but these errors were encountered:
Add routes for currencies section
02c8e32
Add URLCleaner Compatibility
f9e3feb
Add routes if CostControl is not installed
08d496e
- #4
Add array key moved_to
array
key
moved_to
d86d576
Update Translations
c101ba3
d8cb752
aljawaid
No branches or pull requests
Account for routes which affect the CostControl plugin
$this->route->addRoute('/settings/currencies/rates', 'CurrencyController', 'show');
$this->route->addRoute('/settings/currencies/add', 'CurrencyController', 'create');
$this->route->addRoute('/settings/currencies/change', 'CurrencyController', 'change');
The text was updated successfully, but these errors were encountered: