developer.authorize.net
developer.cybersource.com
Cybersource Developer Community
Cybersource Developer Community
Cybersource Developer Community
cybersource APIs
cybersource Developer Blog
cybersource Payments
cybersource Technology Partners and ISVs
Cybersource Products Blog
Authorize.net Developer Community
News and Announcements
News and Announcements
Authorize.net Developer Blog
The authorize.net Developer Blog
Authorize.net Community Discussions
Integration
Help
Sign In
Browse
Enter a search word
Enter a search word
Enter a user name or rank
Enter a search word
Enter a search word
cancel
Turn on suggestions
Showing results for
Search instead for
Did you mean:
Ask a question
novidecor
Member
since
04-11-2012
04-30-2012
Your latest statistics
2
Replies
0
Solutions
0
Kudos given
0
Kudos received
About novidecor
User Activity
Posts
Replies
Invalid Capture Amount
04-11-2012
I have the Payment Action set to Authorize only in the backend of my Magento store. When I go to capture the order at a later time through my backend, I get an error stating "Invalid order amount". Anyone know why?
Re: Invalid Capture Amount
04-30-2012
/** * Send capture request to gateway * * @param Mage_Payment_Model_Info $payment * @param decimal $amount * @return Mage_Paygate_Model_Authorizenet */ public function capture(Varien_Object $payment, $amount) { if ($amount <= 0) { Mage::throwExceptio...
Re: Invalid Capture Amount
04-11-2012
I meant "Invalid Capture Amount".
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.