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
3ff4c38b
Commit
3ff4c38b
authored
Aug 17, 2017
by
Alessio Zampatti
Committed by
GitHub
Aug 17, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #169 from Adyen/oneclick
Renamed default title of OneClick into Adyen Stored Payment Methods
parents
bfdcc240
95980a74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
view/adminhtml/templates/form/oneclick.phtml
view/adminhtml/templates/form/oneclick.phtml
+1
-1
No files found.
view/adminhtml/templates/form/oneclick.phtml
View file @
3ff4c38b
...
...
@@ -40,7 +40,7 @@ $currentCountry = $block->getInfoData('country');
<?php
foreach
(
$block
->
getOneClickCards
()
as
$card
)
:
?>
<?php
if
(
$card
[
'agreement_label'
]
!=
""
)
:
?>
<dt
class=
"admin__field-option"
>
<input
id=
"p_method_adyen_oneclick_
<?php
echo
$card
[
'reference_id'
]
?>
"
value=
"
<?php
echo
$card
[
'reference_id'
];
?>
"
type=
"radio"
name=
"payment[recurring_detail_reference]"
title=
"Adyen
OneClick
"
onclick=
"document.getElementById('adyen_oneclick_variant').value = '
<?php
echo
$card
[
'agreement_data'
][
'variant'
];
?>
';"
class=
"admin__control-radio"
>
<input
id=
"p_method_adyen_oneclick_
<?php
echo
$card
[
'reference_id'
]
?>
"
value=
"
<?php
echo
$card
[
'reference_id'
];
?>
"
type=
"radio"
name=
"payment[recurring_detail_reference]"
title=
"Adyen
Stored Payment Methods
"
onclick=
"document.getElementById('adyen_oneclick_variant').value = '
<?php
echo
$card
[
'agreement_data'
][
'variant'
];
?>
';"
class=
"admin__control-radio"
>
<label
class=
"admin__field-label"
for=
"p_method_adyen_oneclick_
<?php
echo
$card
[
'reference_id'
]
?>
"
>
<?php
echo
$card
[
'agreement_label'
];
?>
</label>
</dt>
<?php
endif
;
?>
...
...
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