CMS MADE SIMPLE FORGE

PaypalGateway

 

[#7770] Paypal Subscriptions auto-expire immediately after payment

avatar
Created By: Joe Cardella (joeibec)
Date Submitted: Mon Apr 02 01:02:34 -0400 2012

Assigned To:
Version: 2.3.5
CMSMS Version: 1.10.2
Severity: Minor
Resolution: None
State: Open
Summary:
Paypal Subscriptions auto-expire immediately after payment
Detailed Description:
Subscription payments process correctly, but if no expiration is set, the
subscription profile at Paypal is immediately canceled rather than set to
continue indefinitely.

742:$exp = $subscr_item->get_subscr_expires();
	if( !$exp )
	  {
	    $parms['src'] = 0;
	  }

Fix: $params['src'] = 0; should be
       $params['src'] = 1;

Reference:
https://cms.paypal.com/cms_content/US/en_US/files/developer/PP_WebsitePaymentsStandard_IntegrationGuide.pdf
Page 168

Thanks!


History

Updates

Updated: 2012-04-02 01:50
resolution_id: => 5
severity_id: 2 => 3