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
a3238d7b
Commit
a3238d7b
authored
Sep 24, 2019
by
Alessio Zampatti
Committed by
GitHub
Sep 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #524 from Adyen/develop
Release 4.5.2
parents
f551ffa2
96ca7f67
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
Model/Config/Backend/Installments.php
Model/Config/Backend/Installments.php
+6
-4
composer.json
composer.json
+1
-1
etc/module.xml
etc/module.xml
+1
-1
view/base/web/images/logos/cartebancaire_small.png
view/base/web/images/logos/cartebancaire_small.png
+0
-0
No files found.
Model/Config/Backend/Installments.php
View file @
a3238d7b
...
...
@@ -112,11 +112,13 @@ class Installments extends \Magento\Framework\App\Config\Value
protected
function
_afterLoad
()
{
$value
=
$this
->
getValue
();
$value
=
$this
->
serializer
->
unserialize
(
$value
);
if
(
is_array
(
$value
))
{
$value
=
$this
->
encodeArrayFieldValue
(
$value
);
$this
->
setValue
(
$value
);
if
(
empty
(
$value
))
{
return
$this
;
}
$value
=
$this
->
serializer
->
unserialize
(
$value
);
$value
=
$this
->
encodeArrayFieldValue
(
$value
);
$this
->
setValue
(
$value
);
return
$this
;
}
...
...
composer.json
View file @
a3238d7b
...
...
@@ -2,7 +2,7 @@
"name"
:
"adyen/module-payment"
,
"description"
:
"Official Magento2 Plugin to connect to Payment Service Provider Adyen."
,
"type"
:
"magento2-module"
,
"version"
:
"4.5.
1
"
,
"version"
:
"4.5.
2
"
,
"license"
:
[
"OSL-3.0"
,
"AFL-3.0"
...
...
etc/module.xml
View file @
a3238d7b
...
...
@@ -24,7 +24,7 @@
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:Module/etc/module.xsd"
>
<module
name=
"Adyen_Payment"
setup_version=
"4.5.
1
"
>
<module
name=
"Adyen_Payment"
setup_version=
"4.5.
2
"
>
<sequence>
<module
name=
"Magento_Sales"
/>
<module
name=
"Magento_Quote"
/>
...
...
view/base/web/images/logos/cartebancaire_small.png
0 → 100644
View file @
a3238d7b
4.24 KB
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