Closed jelrikvh closed 12 years ago
The Payment/Abstract.php "Payment_Abstract" class seems to miss the "credit_invoice" payment method.
[php] /* * Allowed payment methods * @var Array / protected $_paymentMethods = array( 'bank_transfer', 'creditcard', 'direct_debit', 'ideal', 'paypal', 'pin', ); [/php]
This presents me with an error when fetching payments for a credited invoice. Pull request is coming up.
The Payment/Abstract.php "Payment_Abstract" class seems to miss the "credit_invoice" payment method.
[php] /* * Allowed payment methods * @var Array / protected $_paymentMethods = array( 'bank_transfer', 'creditcard', 'direct_debit', 'ideal', 'paypal', 'pin', ); [/php]
This presents me with an error when fetching payments for a credited invoice. Pull request is coming up.