Testing

Status
Not open for further replies.

bozonessinc

OMG Member
Joined
Feb 20, 2010
Messages
52
So Floris, is there a bug you think in thesubscription thing?

I use it for an option to pay $200 to upgrade to Mentoring in my coaching at calebspilchencoaching.com... Would hate if it bugged out.
 

Floris

I'm just me :) Hi.
Staff member
Joined
Jan 1, 2001
Messages
60,098
It is not a bug, but a bug due to unique situation. Mike knows about it so surely future builds will have this fixed. You can manually fix it if you want:

in UserUpgradeProcessor/PayPal.php, change:

if ($this->_filtered['business'] != strtolower(XenForo_Application::get('options')->payPalPrimaryAccount))

to:

if (strtolower($this->_filtered['business']) != strtolower(XenForo_Application::get('options')->payPalPrimaryAccount))
 
Status
Not open for further replies.
Top