Closed (fixed)
Project:
lm_paypal
Version:
6.x-2.x-dev
Component:
LM Paypal Subscriptions
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 19:24 UTC
Updated:
24 Dec 2012 at 01:00 UTC
Line 244 of lm_paypal_subscriptions.pages.inc:
else {
return lm_paypal_subscribe_select($subid, $display, $nid, $account);
}
However, at line 504:
function lm_paypal_subscribe_select($display = 15, $account = NULL) {
As a result, $account is set, but not to a user object, so the action always displays login/register message.
Comments
Comment #1
L-four commentedI have fix this for 7, will look at back-porting this with some other fixes i have made in 7.
Comment #2
schultetwin commentedAlright, sweet. Thanks.
Comment #3
buzzman commentedhi L-four:
any updates plz? thnx for your work.
cheers
Comment #4
zet commentedI hope until I will die i get to see the fix and others "backported" as you said. Until then, please specify on the module page that lm_paypal_subscriptions is totally unusable.
Comment #5
john franklin commentedFixed in 6.x-2.x-dev. (But don't go thinking this patch makes the module in any way useable. That's just crazy talk.)