![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/cartforge.co/vendor/magento/module-payment-graph-ql/etc/graphql/ |
<?xml version="1.0"?> <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider"> <arguments> <argument name="extendedConfigData" xsi:type="array"> <item name="zero_subtotal_enabled" xsi:type="string">payment/free/active</item> <item name="zero_subtotal_title" xsi:type="string">payment/free/title</item> <item name="zero_subtotal_new_order_status" xsi:type="string">payment/free/order_status</item> <item name="zero_subtotal_payment_action" xsi:type="string">payment/free/payment_action</item> <item name="zero_subtotal_enable_for_specific_countries" xsi:type="string">payment/free/allowspecific</item> <item name="zero_subtotal_payment_from_specific_countries" xsi:type="string">payment/free/specificcountry</item> <item name="zero_subtotal_sort_order" xsi:type="string">payment/free/sort_order</item> <item name="check_money_order_enabled" xsi:type="string">payment/checkmo/active</item> <item name="check_money_order_title" xsi:type="string">payment/checkmo/title</item> <item name="check_money_order_new_order_status" xsi:type="string">payment/checkmo/order_status</item> <item name="check_money_order_enable_for_specific_countries" xsi:type="string">payment/checkmo/allowspecific</item> <item name="check_money_order_payment_from_specific_countries" xsi:type="string">payment/checkmo/specificcountry</item> <item name="check_money_order_make_check_payable_to" xsi:type="string">payment/checkmo/payable_to</item> <item name="check_money_order_send_check_to" xsi:type="string">payment/checkmo/mailing_address</item> <item name="check_money_order_min_order_total" xsi:type="string">payment/checkmo/min_order_total</item> <item name="check_money_order_max_order_total" xsi:type="string">payment/checkmo/max_order_total</item> <item name="check_money_order_sort_order" xsi:type="string">payment/checkmo/sort_order</item> </argument> </arguments> </type> </config>