Haehnchen/idea-php-shopware-plugin

Add references for controller

Opened this issue · 0 comments

\Enlight_Controller_Action::redirect
$this->redirect(['controller' => 'checkout', 'action' => 'finish']);
\Enlight_Controller_Action::forward
$this->forward('cancel');