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
d298451c
Commit
d298451c
authored
Oct 28, 2016
by
Rik ter Beek
Browse files
Options
Browse Files
Download
Plain Diff
Fix merge master
parents
e2d2bd3e
2261d06f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
+16
-17
Controller/Process/Validate3d.php
Controller/Process/Validate3d.php
+1
-2
composer.json
composer.json
+14
-14
etc/module.xml
etc/module.xml
+1
-1
No files found.
Controller/Process/Validate3d.php
View file @
d298451c
...
...
@@ -101,7 +101,6 @@ class Validate3d extends \Magento\Framework\App\Action\Action
$order
->
getPayment
()
->
setAdditionalInformation
(
'paResponse'
,
$requestPaRes
);
try
{
/**
* Magento should allow this.
* https://github.com/magento/magento2/issues/5819
...
...
@@ -192,4 +191,4 @@ class Validate3d extends \Magento\Framework\App\Action\Action
{
return
$this
->
_objectManager
->
get
(
'Magento\Checkout\Model\Session'
);
}
}
\ No newline at end of file
}
composer.json
View file @
d298451c
...
...
@@ -9,19 +9,19 @@
],
"require"
:
{
"php"
:
"~5.5.0|~5.6.0|~7.0.0"
,
"
magento/module-config
"
:
"
100.1.*
"
,
"
magento/module-store
"
:
"
100.1.*
"
,
"
magento/module-checkout
"
:
"
100.1.*
"
,
"
magento/module-catalog
"
:
"
101.0.*
"
,
"
magento/module-sales
"
:
"
100.1.*
"
,
"
magento/module-customer
"
:
"
100.1.*
"
,
"
magento/module-payment
"
:
"
100.1.*
"
,
"
magento/module-quote
"
:
"
100.1.*
"
,
"
magento/module-backend
"
:
"
100.1.*
"
,
"
magento/module-directory
"
:
"
100.1.*
"
,
"
magento/module-theme
"
:
"
100.1.*
"
,
"
magento/module-paypal
"
:
"
100.1.*
"
,
"
magento/framework
"
:
"
100.1.*
"
,
"
magento/module-config
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-store
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-checkout
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-catalog
"
:
"
10
0.0.*|10
1.0.*
"
,
"
magento/module-sales
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-customer
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-payment
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-quote
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-backend
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-directory
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-theme
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/module-paypal
"
:
"
100.
0.*|100.
1.*
"
,
"
magento/framework
"
:
"
100.
0.*|100.
1.*
"
,
"
adyen/php-api-library
"
:
"
*
"
},
"autoload"
:
{
...
...
@@ -32,4 +32,4 @@
"Adyen\\Payment\\"
:
""
}
}
}
\ No newline at end of file
}
etc/module.xml
View file @
d298451c
...
...
@@ -32,4 +32,4 @@
<module
name=
"Magento_Paypal"
/>
</sequence>
</module>
</config>
\ No newline at end of file
</config>
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