Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

33 wiersze
2.4 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:framework:ObjectManager/etc/config.xsd">
  9. <type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider">
  10. <arguments>
  11. <argument name="extendedConfigData" xsi:type="array">
  12. <item name="zero_subtotal_enabled" xsi:type="string">payment/free/active</item>
  13. <item name="zero_subtotal_title" xsi:type="string">payment/free/title</item>
  14. <item name="zero_subtotal_new_order_status" xsi:type="string">payment/free/order_status</item>
  15. <item name="zero_subtotal_payment_action" xsi:type="string">payment/free/payment_action</item>
  16. <item name="zero_subtotal_enable_for_specific_countries" xsi:type="string">payment/free/allowspecific</item>
  17. <item name="zero_subtotal_payment_from_specific_countries" xsi:type="string">payment/free/specificcountry</item>
  18. <item name="zero_subtotal_sort_order" xsi:type="string">payment/free/sort_order</item>
  19. <item name="check_money_order_enabled" xsi:type="string">payment/checkmo/active</item>
  20. <item name="check_money_order_title" xsi:type="string">payment/checkmo/title</item>
  21. <item name="check_money_order_new_order_status" xsi:type="string">payment/checkmo/order_status</item>
  22. <item name="check_money_order_enable_for_specific_countries" xsi:type="string">payment/checkmo/allowspecific</item>
  23. <item name="check_money_order_payment_from_specific_countries" xsi:type="string">payment/checkmo/specificcountry</item>
  24. <item name="check_money_order_make_check_payable_to" xsi:type="string">payment/checkmo/payable_to</item>
  25. <item name="check_money_order_send_check_to" xsi:type="string">payment/checkmo/mailing_address</item>
  26. <item name="check_money_order_min_order_total" xsi:type="string">payment/checkmo/min_order_total</item>
  27. <item name="check_money_order_max_order_total" xsi:type="string">payment/checkmo/max_order_total</item>
  28. <item name="check_money_order_sort_order" xsi:type="string">payment/checkmo/sort_order</item>
  29. </argument>
  30. </arguments>
  31. </type>
  32. </config>