diff --git a/app/code/community/RicoNeitzel/PaymentFilter/Helper/Payment/Data.php b/app/code/community/RicoNeitzel/PaymentFilter/Helper/Payment/Data.php index f0f00c6..968b13f 100644 --- a/app/code/community/RicoNeitzel/PaymentFilter/Helper/Payment/Data.php +++ b/app/code/community/RicoNeitzel/PaymentFilter/Helper/Payment/Data.php @@ -44,7 +44,7 @@ public function getStoreMethods($store = null, $quote = null) if ( in_array( $method->getCode(), - Mage::helper('payfilter')->getForbiddenPaymentMethodsForCart()) + Mage::helper('payfilter')->getForbiddenPaymentMethodsForCart($quote)) ) { continue; } @@ -61,4 +61,4 @@ public function getStoreMethods($store = null, $quote = null) } return $methods; } -} \ No newline at end of file +}