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
d32f6b26
Commit
d32f6b26
authored
May 07, 2018
by
Maikel Koek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[VM-336] +: Moved return path config from required to checkout section
parent
22b67e98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
etc/adminhtml/system/adyen_checkout_experience.xml
etc/adminhtml/system/adyen_checkout_experience.xml
+5
-1
etc/adminhtml/system/adyen_required_settings.xml
etc/adminhtml/system/adyen_required_settings.xml
+0
-5
No files found.
etc/adminhtml/system/adyen_checkout_experience.xml
View file @
d32f6b26
...
...
@@ -37,6 +37,10 @@
<source_model>
Adyen\Payment\Model\Config\Source\RenderMode
</source_model>
<config_path>
payment/adyen_abstract/title_renderer
</config_path>
</field>
<field
id=
"return_path"
translate=
"label"
type=
"text"
sortOrder=
"20"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
canRestore=
"1"
>
<label>
Checkout Return Path
</label>
<config_path>
payment/adyen_abstract/return_path
</config_path>
<tooltip>
<![CDATA[The path the customer will be redirected to when payment was <b>not</b> successful. Default is <i>checkout/cart</i>.]]>
</tooltip>
</field>
</group>
</include>
\ No newline at end of file
etc/adminhtml/system/adyen_required_settings.xml
View file @
d32f6b26
...
...
@@ -106,10 +106,5 @@
<source_model>
Magento\Config\Model\Config\Source\Yesno
</source_model>
<config_path>
payment/adyen_abstract/debug
</config_path>
</field>
<field
id=
"return_path"
translate=
"label"
type=
"text"
sortOrder=
"150"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
canRestore=
"1"
>
<label>
Checkout Return Path
</label>
<config_path>
payment/adyen_abstract/return_path
</config_path>
<tooltip>
<![CDATA[The path the customer will be redirected to when payment was <b>not</b> successful. Default is <i>checkout/cart</i>.]]>
</tooltip>
</field>
</group>
</include>
\ No newline at end of file
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