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
d96bb2de
Commit
d96bb2de
authored
Nov 15, 2019
by
alexandros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added depends tag for specific country, Correct capitalization
parent
ff651251
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
etc/adminhtml/system/adyen_payment_methods.xml
etc/adminhtml/system/adyen_payment_methods.xml
+15
-11
No files found.
etc/adminhtml/system/adyen_payment_methods.xml
View file @
d96bb2de
...
...
@@ -24,10 +24,10 @@
-->
<include
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:module:Magento_Config:etc/system_include.xsd"
>
<group
id=
"payment_methods"
translate=
"label"
type=
"text"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
<![CDATA[Payment methods]]>
</label>
<label>
Payment methods
</label>
<group
id=
"credit_cards"
translate=
"label"
type=
"text"
sortOrder=
"20"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
<![CDATA[Credit cards]]>
</label>
<label>
Credit cards
</label>
<field
id=
"active"
translate=
"label"
type=
"select"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
Enabled
</label>
...
...
@@ -47,15 +47,15 @@
</field>
<field
id=
"cctypes"
translate=
"label"
type=
"multiselect"
sortOrder=
"40"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"0"
>
<label>
Credit Card T
ypes
</label>
<label>
Enabled credit card t
ypes
</label>
<source_model>
Adyen\Payment\Model\Config\Source\CcType
</source_model>
<config_path>
payment/adyen_cc/cctypes
</config_path>
</field>
</group>
<group
id=
"store_shopper_details_options"
translate=
"label"
type=
"text"
sortOrder=
"20"
showInDefault=
"1"
<group
id=
"store_shopper_details_options"
translate=
"label"
type=
"text"
sortOrder=
"50"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
<![CDATA[Store shopper details options]]>
</label>
<label>
Store shopper details options
</label>
<comment>
<![CDATA[Adyen can securely store the credit card payment details of your shoppers, allowing you to offer recurring payments.
For more information please visit our <a target="_blank" href="https://docs.adyen.com/">
docs.
</a>
]]>
</comment>
<field
id=
"store_oneclick"
translate=
"label"
type=
"select"
sortOrder=
"10"
showInDefault=
"1"
...
...
@@ -69,30 +69,30 @@
<field
id=
"store_recurring"
translate=
"label"
type=
"select"
sortOrder=
"20"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
S
ot
re recurring contracts
</label>
<label>
S
to
re recurring contracts
</label>
<tooltip>
"You can complete the transaction without the shopper being present"
</tooltip>
<source_model>
Magento\Config\Model\Config\Source\Yesno
</source_model>
<config_path>
payment/adyen_abstract/enable_recurring
</config_path>
</field>
</group>
<group
id=
"advanced_options"
translate=
"label"
showInDefault=
"1"
showInWebsite=
"1"
sortOrder=
"
3
0"
>
<group
id=
"advanced_options"
translate=
"label"
showInDefault=
"1"
showInWebsite=
"1"
sortOrder=
"
6
0"
>
<label>
Advanced options
</label>
<field
id=
"enable_installments"
translate=
"label"
type=
"select"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
Enable
I
nstallments
</label>
<label>
Enable
i
nstallments
</label>
<source_model>
Magento\Config\Model\Config\Source\Yesno
</source_model>
<config_path>
payment/adyen_cc/enable_installments
</config_path>
</field>
<field
id=
"allowspecific"
translate=
"label"
type=
"allowspecific"
sortOrder=
"20"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"0"
>
<label>
Payment from
Applicable C
ountries
</label>
<label>
Payment from
applicable c
ountries
</label>
<source_model>
Magento\Payment\Model\Config\Source\Allspecificcountries
</source_model>
<config_path>
payment/adyen_cc/allowspecific
</config_path>
</field>
<field
id=
"specificcountry"
translate=
"label"
type=
"multiselect"
sortOrder=
"30"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"0"
>
<label>
Payment from
Specific C
ountries
</label>
<label>
Payment from
specific c
ountries
</label>
<source_model>
Magento\Directory\Model\Config\Source\Country
</source_model>
<depends>
<field
id=
"allowspecific"
>
1
</field>
...
...
@@ -101,5 +101,9 @@
<config_path>
payment/adyen_cc/specificcountry
</config_path>
</field>
</group>
</group>
</group>
</include>
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