Moneris / Moneris-Gateway-API-PHP

23 stars 55 forks source link

Error on line 1470: greater than logic is wrong: if($this>isMPI2) should be if($this->isMPI2) #13

Open frankforte opened 3 years ago

frankforte commented 3 years ago

This logic $this > isMPI2 is meaningless, and the response value will likely be wrong or empty. on line 1470, it should be $this->isMPI2

boxcleverliam commented 2 years ago

I expected to see a greater level of maintenance on this project. I am surprised to see a simple syntax error like this go ignored, when there is an open issue here and also a pull request with a suggested fix.