Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-15259

broken updateBilling links on recur emails

    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'))

      { CRM_Core_Error::fatal(ts("%1 processor doesn't support updating subscription billing details.", array(1 => $this->_paymentProcessorObj->_processorName) )); }

        Attachments

          Activity

            People

            • Assignee:
              eileen Eileen McNaughton
              Reporter:
              eileen Eileen McNaughton
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: