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

Authorize.net - When you do a renew credit card membership & specify a different amount (e.g. more) than the membership it ignores that value

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.1.1
    • Fix Version/s: 4.1.2
    • Component/s: None
    • Labels:
      None

      Description

      line 255 CRM/Core/Payment/Authorize.net

      $template->assign( 'amount', $this->_getParam('amount') );

      should be

      $template->assign( 'amount', $this->_getParam('total_amount') );

      The question I have is whether there are any circumstances where 'amount' would be available & not 'total_amount' - do we need to handle that?

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: