DO NOT USE THIS IF RUNNING v1.5.1.3 OR LATER!!!!
DO NOT USE THIS IF RUNNING v1.5.1.3 OR LATER!!!!
DO NOT USE THIS IF RUNNING v1.5.1.3 OR LATER!!!!
THERE IS ALREADY AND UPDATED FILE IN LATER VERSIONS!!!!
If you are using the Paypoint Extension that comes with
1.4.9.6 or earlier
or
1.5.1.1 or earlier
You need to apply this bug fix to avoid getting a success on declined orders.
The same fix for all versions.
1. EDIT: catalog/controller/payment/paypoint.php
2. FIND:
Code: Select all
if (isset($this->request->get['valid']) && $this->request->get['valid'] == 'true') {
Code: Select all
if (isset($this->request->get['code']) && $this->request->get['code'] == 'A') {