I have spent some time implementing protx as a payment module (selling downloadable content) and everything on that end works correctly.
The problem I am now facing is that when payment (on the test server) is correctly received it does not change the status from Pending to Confirmed and therefore the email with the download link is not sent out. Not sure if this is just a 'sandbox' issue as I have not tested a live version.
I have looked at some hacks but they seem abit out of date and contradicting... has anyone managed to get this to work with 3rd party payment modules? Ie have the module update the database to confirmed so that the download link is sent out?
Any help would be appreciated!
check the error log from the component. if it is a fatal error in notify.php > change all $dbbt entries to $db
see also: http://virtuemart.net/index.php?option=com_smf&Itemid=71&topic=16889.0
This made no difference - is this not only for the PAYPAL environment?