Quote:
Originally Posted by ImmortalForums
i got around my errors by changing the following line:
$this->transaction_id = $_REQUEST['txn_id'];
to this:
$transaction_id = $_REQUEST['txn_id'];
and now it works as expected
2 questions come up tho. 1, Why is $this used at all and 2, the variable transaction_id isnt used in the script at all. it seems that $transid = $_REQUEST["custom"]; is where the transaction ID is getting pulled from
either way its working, but these look like issues that could be cleaned up in the code unless i am missing something
|
4.-
Copyright
This script cannot be redistributed, reproduced, or published in any way.
Modifying this script and sharing or publishing your modification A-N-Y-W-H-E-R-E (including here) without the author's written permission is strictly prohibited. The same applies for writting addons or integrading it with any other software or module (eg vbAdvanced).
...and you know why? Because something which is working for you, dosen't means that it will work for the others. Everything is depending on many parammeters. eg PHP version, MySQL version etc.