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
fa758982
Commit
fa758982
authored
Dec 21, 2018
by
Rik ter Beek
Browse files
Options
Browse Files
Download
Plain Diff
fix rebase
parents
7e95d1ca
48811d7c
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
168 additions
and
164 deletions
+168
-164
Gateway/Request/CcAuthorizationDataBuilder.php
Gateway/Request/CcAuthorizationDataBuilder.php
+65
-66
Helper/Data.php
Helper/Data.php
+90
-92
Model/Ui/AdyenGenericConfigProvider.php
Model/Ui/AdyenGenericConfigProvider.php
+6
-6
etc/di.xml
etc/di.xml
+7
-0
No files found.
Gateway/Request/CcAuthorizationDataBuilder.php
View file @
fa758982
...
@@ -47,8 +47,7 @@ class CcAuthorizationDataBuilder implements BuilderInterface
...
@@ -47,8 +47,7 @@ class CcAuthorizationDataBuilder implements BuilderInterface
public
function
__construct
(
public
function
__construct
(
\Adyen\Payment\Helper\Data
$adyenHelper
,
\Adyen\Payment\Helper\Data
$adyenHelper
,
\Magento\Framework\Model\Context
$context
\Magento\Framework\Model\Context
$context
)
)
{
{
$this
->
adyenHelper
=
$adyenHelper
;
$this
->
adyenHelper
=
$adyenHelper
;
$this
->
appState
=
$context
->
getAppState
();
$this
->
appState
=
$context
->
getAppState
();
}
}
...
...
Helper/Data.php
View file @
fa758982
...
@@ -143,7 +143,6 @@ class Data extends AbstractHelper
...
@@ -143,7 +143,6 @@ class Data extends AbstractHelper
\Adyen\Payment\Logger\AdyenLogger
$adyenLogger
,
\Adyen\Payment\Logger\AdyenLogger
$adyenLogger
,
\Magento\Store\Model\StoreManagerInterface
$storeManager
,
\Magento\Store\Model\StoreManagerInterface
$storeManager
,
\Magento\Framework\App\CacheInterface
$cache
\Magento\Framework\App\CacheInterface
$cache
)
{
)
{
parent
::
__construct
(
$context
);
parent
::
__construct
(
$context
);
$this
->
_encryptor
=
$encryptor
;
$this
->
_encryptor
=
$encryptor
;
...
@@ -1059,7 +1058,6 @@ class Data extends AbstractHelper
...
@@ -1059,7 +1058,6 @@ class Data extends AbstractHelper
$notifications
=
$this
->
_notificationFactory
->
create
();
$notifications
=
$this
->
_notificationFactory
->
create
();
$notifications
->
unprocessedNotificationsFilter
();
$notifications
->
unprocessedNotificationsFilter
();
return
$notifications
->
getSize
();
return
$notifications
->
getSize
();
;
}
}
/**
/**
...
...
Model/Ui/AdyenGenericConfigProvider.php
View file @
fa758982
etc/di.xml
View file @
fa758982
...
@@ -825,6 +825,13 @@
...
@@ -825,6 +825,13 @@
</arguments>
</arguments>
</virtualType>
</virtualType>
<!--Checkout Response validator-->
<virtualType
name=
"CheckoutResponseValidator"
type=
"Adyen\Payment\Gateway\Validator\CheckoutResponseValidator"
>
<arguments>
<argument
name=
"loggerInterface"
xsi:type=
"object"
>
Adyen\Payment\Logger\AdyenLogger
</argument>
</arguments>
</virtualType>
<virtualType
name=
"PosCloudResponseValidator"
type=
"Adyen\Payment\Gateway\Validator\PosCloudResponseValidator"
>
<virtualType
name=
"PosCloudResponseValidator"
type=
"Adyen\Payment\Gateway\Validator\PosCloudResponseValidator"
>
<arguments>
<arguments>
<argument
name=
"loggerInterface"
xsi:type=
"object"
>
Adyen\Payment\Logger\AdyenLogger
</argument>
<argument
name=
"loggerInterface"
xsi:type=
"object"
>
Adyen\Payment\Logger\AdyenLogger
</argument>
...
...
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