Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

63 строки
3.8 KiB

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="three_d_secure" translate="label" type="text" sortOrder="410" showInDefault="1" showInWebsite="1" showInStore="1">
  11. <label>3D Secure</label>
  12. <tab>sales</tab>
  13. <resource>Magento_Sales::three_d_secure</resource>
  14. <group id="cardinal" type="text" sortOrder="13" showInDefault="1" showInWebsite="1">
  15. <group id="config" translate="label comment" sortOrder="15" showInDefault="1" showInWebsite="1">
  16. <label>CardinalCommerce</label>
  17. <comment><![CDATA[Please visit <a href="https://www.cardinalcommerce.com/" target="_blank">www.cardinalcommerce.com</a> to get the CardinalCommerce credentials and find out more details about PSD2 SCA requirements. For support contact <a href="mailto:support@cardinalcommerce.com">support@cardinalcommerce.com</a>.]]></comment>
  18. <field id="environment" translate="label" type="select" sortOrder="20" showInDefault="1" showInWebsite="1">
  19. <label>Environment</label>
  20. <source_model>Magento\CardinalCommerce\Model\Adminhtml\Source\Environment</source_model>
  21. <config_path>three_d_secure/cardinal/environment</config_path>
  22. <depends>
  23. <field id="enabled_authorize">1</field>
  24. </depends>
  25. </field>
  26. <field id="org_unit_id" translate="label" type="obscure" sortOrder="30" showInDefault="1" showInWebsite="1">
  27. <label>Org Unit Id</label>
  28. <config_path>three_d_secure/cardinal/org_unit_id</config_path>
  29. <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
  30. <depends>
  31. <field id="enabled_authorize">1</field>
  32. </depends>
  33. </field>
  34. <field id="api_key" translate="label" type="obscure" sortOrder="40" showInDefault="1" showInWebsite="1">
  35. <label>API Key</label>
  36. <config_path>three_d_secure/cardinal/api_key</config_path>
  37. <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
  38. <depends>
  39. <field id="enabled_authorize">1</field>
  40. </depends>
  41. </field>
  42. <field id="api_identifier" translate="label" type="obscure" sortOrder="50" showInDefault="1" showInWebsite="1">
  43. <label>API Identifier</label>
  44. <config_path>three_d_secure/cardinal/api_identifier</config_path>
  45. <backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
  46. <depends>
  47. <field id="enabled_authorize">1</field>
  48. </depends>
  49. </field>
  50. <field id="debug" translate="label" type="select" sortOrder="60" showInDefault="1" showInWebsite="1">
  51. <label>Debug</label>
  52. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  53. <config_path>three_d_secure/cardinal/debug</config_path>
  54. <depends>
  55. <field id="enabled_authorize">1</field>
  56. </depends>
  57. </field>
  58. </group>
  59. </group>
  60. </section>
  61. </system>
  62. </config>