Summary:
IPN appears to be disabled in PayPalGateway.module.php
Detailed Description:
The code that would create the IPN return url is commented out
// if( $this->GetPreference('enable_ipn',0) )
// {
// $parms['notify_url'] = $this->CreateURL($id,'ipn',$returnid,
// array('order_id'=>$this->_data['orderid'],
// 'mycustom'=>$key));
// }