Why is getting transaction id from GET params commented in order received?
-
Hello,
is there a reason you decided to comment lines in file /inc/main.inc.php/ from 2736:2740?
Because we are using preauthorization, the transaction id is not set in the $order object, so the value is not getting in the SecureModeReturnURL in function create_preauthorization and is throwing fatal error on page /order-received/ (because it has no transaction id in URL).
When I uncommented the mentioned lines, it works fine. But I would not like to uncomment lines every time we update the plugin.
Thank you!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Why is getting transaction id from GET params commented in order received?’ is closed to new replies.