Line 17
should read:
Code: Select all
$this->response->redirect($this->url->link('extension/payment', 'token=' . $this->session->data['token'], 'SSL'));
I have seen 2 versions of this error:
$this->redirect($this->url->link('extension/payment', 'token=' . $this->session->data['token'], 'SSL'));
and
$this->response->($this->url->link('extension/payment', 'token=' . $this->session->data['token'], 'SSL'));