craigchristenson / opencart-2checkout-api

2Checkout Payment API OpenCart Payment Module
MIT License
8 stars 19 forks source link

This is not compatible with Opencart 2.0.3.1 #3

Closed taleeshaparker closed 8 years ago

taleeshaparker commented 8 years ago

There is an fatal error on line 151 $this->response->setOutput($this->render());

matthiaz commented 8 years ago

Yeah... noticed the same on 2.2 try changing that to

    $this->response->setOutput($this->load->view($this->template, $data));

But I'm getting a TON of php notices, so I can't use this as it is

craigchristenson commented 8 years ago

The master branch has been updated to be compatible with OpenCart 2.2.