Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.6
-
Fix Version/s: 4.4.8
-
Component/s: None
-
Labels:None
-
Documentation Required?:None
Description
CRM-12076 set updateBillingAddress links to only be added for some payment processors - but used the 'type' rather than the method used to determine whether the form will show (isSupported) leading to broken links in emails for processors that don't fit the box (e.g eWay)
Here is the determinant for allowing access to the link.
if (!$this->_paymentProcessorObj->isSupported('updateSubscriptionBillingInfo'))