payment.xml 785 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <payment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Payment:etc/payment.xsd">
  10. <credit_cards>
  11. <type id="SM" order="60">
  12. <label>Switch/Maestro</label>
  13. </type>
  14. <type id="SO" order="31">
  15. <label>Solo</label>
  16. </type>
  17. </credit_cards>
  18. <groups>
  19. <group id="any_payment">
  20. <label>Any Payment</label>
  21. </group>
  22. </groups>
  23. <methods>
  24. <method name="checkmo">
  25. <allow_multiple_address>1</allow_multiple_address>
  26. </method>
  27. </methods>
  28. </payment>