Testing

Status
Not open for further replies.

bozonessinc

OMG Member
Feb 20, 2010
52
0
50
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
Jan 1, 2001
60,101
1,425
930
47
Netherlands
mrfloris.com
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.