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
We will be off on April 7th (Monday) for public holiday in our country
Open sidebar
Shared Libs
Adyen Magento2
Commits
365b5b0b
Commit
365b5b0b
authored
6 years ago
by
Aleffio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed customerCollectionFactory
parent
3ae61736
develop
1687
6.6.5
7.0.0-rc.1
7.0.0-rc.2
KadoBOT-patch-1
KadoBOT-patch-2
KadoBOT-patch-3
KadoBOT-patch-4
PW-1693-boleto
PW-1693-payment-methods-boleto
PW-2390
PW-2422
PW-3129
PW-3157
PW-3600
PW-3685
adyen-pos-cloud-method
bug/compatibility-magento-22
feature/admin_ui
feature/generic-component
fix_google_pay
generic-component
master
rc-update
update_backoffice_ui
upgrade-script-version
7.0.2
7.0.1
7.0.0-rc.1
6.6.8
6.6.6
6.6.5
6.6.4
6.6.3
6.6.2
6.6.1
6.6.0
6.5.0
6.4.0
6.3.0
6.2.1
6.2.0
6.1.2
6.1.1
6.1.0
6.0.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.2
5.0.1
5.0.0
4.5.4
4.5.3
4.5.2
4.5.1
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.4.3
2.4.2
2.4.1
2.4.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Model/AdyenInitiateTerminalApi.php
Model/AdyenInitiateTerminalApi.php
+0
-4
No files found.
Model/AdyenInitiateTerminalApi.php
View file @
365b5b0b
...
...
@@ -38,28 +38,24 @@ class AdyenInitiateTerminalApi implements AdyenInitiateTerminalApiInterface
private
$_appState
;
protected
$_checkoutSession
;
private
$_customerCollectionFactory
;
/**
* AdyenInitiateTerminalApi constructor.
* @param \Adyen\Payment\Helper\Data $adyenHelper
* @param \Adyen\Payment\Logger\AdyenLogger $adyenLogger
* @param \Magento\Checkout\Model\Session $_checkoutSession
* @param \Magento\Customer\Model\ResourceModel\Customer\CollectionFactory $customerCollectionFactory
* @param array $data
*/
public
function
__construct
(
\Adyen\Payment\Helper\Data
$adyenHelper
,
\Adyen\Payment\Logger\AdyenLogger
$adyenLogger
,
\Magento\Checkout\Model\Session
$_checkoutSession
,
\Magento\Customer\Model\ResourceModel\Customer\CollectionFactory
$customerCollectionFactory
,
array
$data
=
[]
)
{
$this
->
_adyenHelper
=
$adyenHelper
;
$this
->
_adyenLogger
=
$adyenLogger
;
$this
->
_checkoutSession
=
$_checkoutSession
;
$this
->
_customerCollectionFactory
=
$customerCollectionFactory
;
// initialize client
$apiKey
=
$this
->
_adyenHelper
->
getApiKey
();
...
...
This diff is collapsed.
Click to expand it.
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