CMS MADE SIMPLE FORGE

PaypalGateway

 

[#6777] IPN appears to be disabled in PayPalGateway.module.php

avatar
Created By: Steve O'Shaughnessy (sjo123)
Date Submitted: Mon Aug 15 00:13:24 -0400 2011

Assigned To: Robert Campbell (calguy1000)
Version: 2.3.5
CMSMS Version: 1.9.4.1
Severity: Major
Resolution: None
State: Open
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));
//       }



History