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?