Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Adyen Magento2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shared Libs
Adyen Magento2
Commits
b9ac03e2
Commit
b9ac03e2
authored
Sep 25, 2018
by
Rik ter Beek
Committed by
GitHub
Sep 25, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #316 from Adyen/remove-ba-store-check
remove storeId check so we can show all billing agreements
parents
1d6b5d96
c2746a4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
Helper/Data.php
Helper/Data.php
+0
-1
No files found.
Helper/Data.php
View file @
b9ac03e2
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment