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
ddd4571d
Commit
ddd4571d
authored
Aug 09, 2019
by
attilak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix request
parent
7bf173e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Model/AdyenInitiateTerminalApi.php
Model/AdyenInitiateTerminalApi.php
+1
-1
view/frontend/web/js/view/payment/method-renderer/adyen-pos-cloud-method.js
...js/view/payment/method-renderer/adyen-pos-cloud-method.js
+1
-1
No files found.
Model/AdyenInitiateTerminalApi.php
View file @
ddd4571d
...
...
@@ -158,7 +158,7 @@ class AdyenInitiateTerminalApi implements AdyenInitiateTerminalApiInterface
];
if
(
!
empty
(
$payload
[
'number_of_installments'
]))
{
$request
[
'SaleToPOIRequest'
][
'PaymentData'
]
=
[
$request
[
'SaleToPOIRequest'
][
'Payment
Request'
][
'Payment
Data'
]
=
[
"PaymentType"
=>
"Instalment"
,
"Instalment"
=>
[
"InstalmentType"
=>
"EqualInstalments"
,
...
...
view/frontend/web/js/view/payment/method-renderer/adyen-pos-cloud-method.js
View file @
ddd4571d
...
...
@@ -176,7 +176,7 @@ define(
* @returns {boolean}
*/
isButtonActive
:
function
()
{
return
this
.
isActive
()
&&
this
.
getCode
()
==
this
.
isChecked
();
return
this
.
isActive
()
&&
this
.
getCode
()
==
this
.
isChecked
()
&&
this
.
getConnectedTerminals
().
length
>
0
&&
this
.
validate
()
;
},
});
}
...
...
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