Skip to content

Commit

Permalink
bugfix: properly handle partial refunds
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett-schlesinger committed Sep 11, 2014
1 parent 1ecb18f commit d056b36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Affirm_Affirm_Model_Payment extends Mage_Payment_Model_Method_Abstract
protected $_canCapture = true;
protected $_canCapturePartial = false;
protected $_canRefund = true;
protected $_canRefundInvoicePartial = false;
protected $_canRefundInvoicePartial = true;
protected $_canVoid = true;
protected $_canUseInternal = true;
protected $_canUseCheckout = true;
Expand Down

0 comments on commit d056b36

Please sign in to comment.