CMS MADE SIMPLE FORGE

PaypalGateway

 

[#7762] Error in transaction during subscription

avatar
Created By: Mathieu Muths (airelibre) (airelibre)
Date Submitted: Thu Mar 29 09:42:56 -0400 2012

Assigned To:
Version: 2.3.5
CMSMS Version: 1.10.3
Severity: Major
Resolution: Fixed
State: Open
Summary:
Error in transaction during subscription
Detailed Description:
Hello,

I think I've found a problem when using this module with SelfRegistration for
paid subscriptions.

In action.ipn.php, the amount is not properly saved. In the "case" :
"subscr_payment", I replaced :

$transaction = new cgpgb_async_transaction($order_id,$_POST['payment_gross']);

with :
$transaction = new cgpgb_async_transaction($order_id,$_POST['mc_gross']);

And then, the amount is OK, and the subscription works - The temporary user is
correctly transfered from the SelfRegistration module to FEU

Hope this will help..


History

Updates

Updated: 2012-03-29 22:46
resolution_id: => 7