We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit b9ac03e2 authored by Rik ter Beek's avatar Rik ter Beek Committed by GitHub

Merge pull request #316 from Adyen/remove-ba-store-check

remove storeId check so we can show all billing agreements
parents 1d6b5d96 c2746a4c
......@@ -773,7 +773,6 @@ class Data extends AbstractHelper
$baCollection = $this->_billingAgreementCollectionFactory->create();
$baCollection->addFieldToFilter('customer_id', $customerId);
$baCollection->addFieldToFilter('store_id', $storeId);
$baCollection->addFieldToFilter('method_code', 'adyen_oneclick');
$baCollection->addActiveFilter();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment