InjectActionInvoker breaks checkout/completed route

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
After getting version 2298 from the repository my checkout page on completed state (checkout/completed) rises exception:

---------
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

Requested URL: /checkout/completed
---------

All other steps do work fine. Removing .InjectActionInvoker() (DependencyRegistrar) fixed the problem.

I'm not sure it is a common problem - I have my own plugins, they register their own routes, so, may be it is a side effect.
12 years ago
Thanks. You're absolutely right.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.