Guest User

Untitled

a guest
May 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
  3. <default>
  4. <payment>
  5. <xpay>
  6. <active>0</active>
  7. <model>NexiXPayModelPaymentMethod</model>
  8. <title>Credit Card</title>
  9. ...
  10. </xpay>
  11. <xpay_cc_vault>
  12. <model>XPayCreditCardVaultFacade</model>
  13. <title>Stored Cards (XPay)</title>
  14. </xpay_cc_vault>
  15. </payment>
  16. </default>
  17.  
  18. <?xml version="1.0"?>
  19. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  20. <system>
  21. <section id="payment">
  22.  
  23. <group id="xpay" translate="label" type="text" sortOrder="325148" showInDefault="1" showInWebsite="1" showInStore="1">
  24. <label>Nexi XPay</label>
  25. <field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
  26. <label>Enabled</label>
  27. <source_model>MagentoConfigModelConfigSourceYesno</source_model>
  28. <config_path>payment/xpay/active</config_path>
  29. <comment><![CDATA[Enable Nexi Payment Module.]]></comment>
  30. </field>
Add Comment
Please, Sign In to add comment