system.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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="payment">
  11. <group id="account" translate="label" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0">
  12. <label>Merchant Location</label>
  13. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  14. <field id="merchant_country" type="select" translate="label comment" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="0">
  15. <label>Merchant Country</label>
  16. <comment>If not specified, Default Country from General Config will be used</comment>
  17. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Field\Country</frontend_model>
  18. <source_model>Magento\Paypal\Model\System\Config\Source\MerchantCountry</source_model>
  19. <backend_model>Magento\Paypal\Model\System\Config\Backend\MerchantCountry</backend_model>
  20. <config_path>paypal/general/merchant_country</config_path>
  21. </field>
  22. </group>
  23. <group id="recommended_solutions" translate="label" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
  24. <label>Recommended Solutions:</label>
  25. <fieldset_css>paypal-top-section paypal-recommended-header</fieldset_css>
  26. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  27. </group>
  28. <group id="other_paypal_payment_solutions" translate="label" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
  29. <label>Other PayPal Payment Solutions:</label>
  30. <fieldset_css>paypal-top-section paypal-other-header</fieldset_css>
  31. <frontend_model>\Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
  32. </group>
  33. <group id="other_payment_methods" translate="label" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
  34. <label>Other Payment Methods:</label>
  35. <attribute type="expanded">1</attribute>
  36. <fieldset_css>paypal-top-section payments-other-header</fieldset_css>
  37. <frontend_model>\Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
  38. </group>
  39. </section>
  40. <section id="payment_all_paypal" showInDefault="0" showInWebsite="0" showInStore="0">
  41. <include path="Magento_Paypal::system/paypal_payflowpro.xml"/>
  42. <include path="Magento_Paypal::system/payflow_link.xml"/>
  43. <include path="Magento_Paypal::system/express_checkout.xml"/>
  44. <include path="Magento_Paypal::system/payments_pro_hosted_solution.xml"/>
  45. <group id="payments_pro_hosted_solution_without_bml" extends="payments_pro_hosted_solution">
  46. <group id="pphs_required_settings">
  47. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  48. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  49. <group id="pphs_advertise_bml" showInDefault="0" showInWebsite="0"/>
  50. </group>
  51. </group>
  52. </section>
  53. <section id="payment_us" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  54. <group id="paypal_alternative_payment_methods" sortOrder="5" showInDefault="0" showInWebsite="0" showInStore="0">
  55. <group id="express_checkout_us" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  56. <label>PayPal Express Checkout</label>
  57. <fieldset_css>complex paypal-express-section</fieldset_css>
  58. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  59. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  60. <help_url>https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content</help_url>
  61. <attribute type="shared">0</attribute>
  62. <attribute type="activity_path">payment/paypal_express/active</attribute>
  63. <attribute type="activity_path">payment/payflow_express/active</attribute>
  64. <attribute type="displayIn">recommended_solutions</attribute>
  65. </group>
  66. </group>
  67. <group id="paypal_group_all_in_one" translate="label comment" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
  68. <label><![CDATA[PayPal All-in-One Payment Solutions&nbsp;<i>Accept and process credit cards and PayPal payments.</i>]]></label>
  69. <fieldset_css>complex paypal-other-section paypal-all-in-one-section</fieldset_css>
  70. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  71. <comment>Choose a secure bundled payment solution for your business.</comment>
  72. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  73. <include path="Magento_Paypal::system/payflow_advanced.xml"/>
  74. <group id="wpp_usuk" translate="label" sortOrder="40" extends="payment_us/paypal_payment_gateways/paypal_payflowpro_with_express_checkout">
  75. <label>Payments Pro</label>
  76. <attribute type="activity_path">payment/paypal_payment_pro/active</attribute>
  77. <group id="configuration_details">
  78. <comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-pro.html</comment>
  79. </group>
  80. <group id="paypal_payflow_required" showInDefault="1" showInWebsite="1" sortOrder="10">
  81. <field id="enable_paypal_payflow">
  82. <attribute type="shared">0</attribute>
  83. <config_path>payment/paypal_payment_pro/active</config_path>
  84. </field>
  85. <group id="paypal_payflow_api_settings" translate="label">
  86. <label>Payments Pro and Express Checkout</label>
  87. </group>
  88. </group>
  89. <group id="settings_paypal_payflow" translate="label">
  90. <label>Basic Settings - PayPal Payments Pro</label>
  91. </group>
  92. </group>
  93. <group id="wps_express" translate="label comment" extends="payment_all_paypal/express_checkout">
  94. <label>Payments Standard</label>
  95. <comment>Accept credit card and PayPal payments securely.</comment>
  96. <attribute type="activity_path">payment/wps_express/active</attribute>
  97. <group id="configuration_details">
  98. <comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
  99. </group>
  100. <group id="express_checkout_required">
  101. <group id="express_checkout_required_express_checkout">
  102. <label>Payments Standard</label>
  103. </group>
  104. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  105. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  106. <field id="enable_express_checkout">
  107. <config_path>payment/wps_express/active</config_path>
  108. </field>
  109. <field id="enable_express_checkout_bml" showInDefault="1" showInWebsite="1">
  110. <config_path>payment/wps_express_bml/active</config_path>
  111. </field>
  112. <field id="express_checkout_bml_sort_order" showInDefault="1" showInWebsite="1"/>
  113. </group>
  114. <group id="settings_ec" translate="label">
  115. <label>Basic Settings - PayPal Website Payments Standard</label>
  116. <group id="settings_ec_advanced">
  117. <group id="express_checkout_frontend">
  118. <field id="checkout_display" showInDefault="0" showInWebsite="0" showInStore="0"/>
  119. <group id="checkout_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  120. <group id="product_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  121. <group id="cart_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  122. <group id="mini_cart_page_button" showInDefault="0" showInWebsite="0" showInStore="0"/>
  123. <group id="features" showInDefault="0" showInWebsite="0" showInStore="0"/>
  124. </group>
  125. </group>
  126. </group>
  127. </group>
  128. </group>
  129. <group id="paypal_payment_gateways" translate="label" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1">
  130. <label><![CDATA[PayPal Payment Gateways&nbsp;<i>Process payments using your own internet merchant account.</i>]]></label>
  131. <fieldset_css>complex paypal-other-section paypal-gateways-section</fieldset_css>
  132. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  133. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  134. <include path="Magento_Paypal::system/paypal_payflowpro_with_express_checkout.xml"/>
  135. <group id="payflow_link_us" extends="payment_all_paypal/payflow_link"/>
  136. </group>
  137. </section>
  138. <section id="payment_gb" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  139. <group id="paypal_alternative_payment_methods" sortOrder="5" showInDefault="0" showInWebsite="0" showInStore="0">
  140. <group id="express_checkout_gb" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  141. <label>PayPal Express Checkout</label>
  142. <fieldset_css>complex paypal-express-section</fieldset_css>
  143. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  144. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  145. <help_url>https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content</help_url>
  146. <attribute type="displayIn">recommended_solutions</attribute>
  147. <group id="express_checkout_required">
  148. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  149. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  150. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  151. </group>
  152. </group>
  153. </group>
  154. <group id="paypal_group_all_in_one" translate="label comment" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
  155. <label><![CDATA[PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>]]></label>
  156. <fieldset_css>complex paypal-other-section paypal-all-in-one-section</fieldset_css>
  157. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  158. <comment>Choose a secure bundled payment solution for your business.</comment>
  159. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  160. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  161. <group id="wpp_usuk" translate="comment" sortOrder="20">
  162. <fieldset_css>pp-general-uk</fieldset_css>
  163. <demo_link>http://www.youtube.com/watch?v=LBe-TW87eGI&amp;list=PLF18B1094ABCD7CE8&amp;index=1&amp;feature=plpp_video</demo_link>
  164. <comment>Accept payments with a completely customizable checkout page.</comment>
  165. <group id="wpp_required_settings">
  166. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  167. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  168. <group id="wpp_advertise_bml" showInDefault="0" showInWebsite="0"/>
  169. </group>
  170. </group>
  171. <include path="Magento_Paypal::system/payments_pro_hosted_solution_with_express_checkout.xml"/>
  172. <group id="wps_express" translate="label comment" extends="payment_all_paypal/express_checkout" sortOrder="50">
  173. <label>Website Payments Standard</label>
  174. <comment>Accept credit card and PayPal payments securely.</comment>
  175. <attribute type="activity_path">payment/wps_express/active</attribute>
  176. <group id="configuration_details">
  177. <comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
  178. </group>
  179. <group id="express_checkout_required">
  180. <group id="express_checkout_required_express_checkout" translate="label">
  181. <label>Website Payments Standard</label>
  182. </group>
  183. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  184. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  185. <field id="enable_express_checkout">
  186. <config_path>payment/wps_express/active</config_path>
  187. </field>
  188. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  189. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  190. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  191. </group>
  192. <group id="settings_ec" translate="label">
  193. <label>Basic Settings - PayPal Website Payments Standard</label>
  194. </group>
  195. </group>
  196. </group>
  197. </section>
  198. <section id="payment_de" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  199. <group id="paypal_payment_solutions" sortOrder="5" showInDefault="0" showInWebsite="0" showInStore="0">
  200. <group id="express_checkout_de" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  201. <label>PayPal Express Checkout</label>
  202. <fieldset_css>complex paypal-express-section</fieldset_css>
  203. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  204. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  205. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  206. <attribute type="displayIn">recommended_solutions</attribute>
  207. <group id="express_checkout_required">
  208. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  209. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  210. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  211. </group>
  212. <group id="settings_ec">
  213. <group id="settings_ec_advanced">
  214. <field id="solution_type" showInDefault="0" showInWebsite="0"/>
  215. </group>
  216. </group>
  217. </group>
  218. </group>
  219. </section>
  220. <section id="payment_other" extends="payment" showInDefault="0" showInWebsite="0" showInStore="0">
  221. <group id="express_checkout_other" translate="label comment" sortOrder="5" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  222. <label>PayPal Express Checkout</label>
  223. <fieldset_css>complex paypal-express-section</fieldset_css>
  224. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  225. <comment>Add another payment method to your existing solution or as a stand-alone option.</comment>
  226. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  227. <attribute type="displayIn">recommended_solutions</attribute>
  228. <group id="express_checkout_required">
  229. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  230. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  231. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  232. </group>
  233. </group>
  234. <group id="paypal_group_all_in_one" translate="label comment" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
  235. <label><![CDATA[PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>]]></label>
  236. <fieldset_css>complex paypal-other-section paypal-all-in-one-section</fieldset_css>
  237. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  238. <comment>Choose a secure bundled payment solution for your business.</comment>
  239. <help_url>https://www.paypal-marketing.com/emarketing/partner/na/merchantlineup/home.page#mainTab=checkoutlineup&amp;subTab=newlineup</help_url>
  240. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  241. <group id="wps_other" translate="label comment" extends="payment_all_paypal/express_checkout" showInDefault="1" showInWebsite="1" showInStore="1">
  242. <label>Website Payments Standard</label>
  243. <fieldset_css>complex</fieldset_css>
  244. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Payment</frontend_model>
  245. <comment>Accept credit card and PayPal payments securely.</comment>
  246. <attribute type="activity_path">payment/wps_express/active</attribute>
  247. <group id="configuration_details">
  248. <comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-standard.html</comment>
  249. </group>
  250. <group id="express_checkout_required">
  251. <group id="express_checkout_required_express_checkout" translate="label">
  252. <label>Website Payments Standard</label>
  253. </group>
  254. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  255. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  256. <field id="enable_express_checkout">
  257. <config_path>payment/wps_express/active</config_path>
  258. </field>
  259. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  260. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  261. <group id="advertise_bml" showInDefault="0" showInWebsite="0"/>
  262. </group>
  263. <group id="settings_ec">
  264. <label>Basic Settings - PayPal Website Payments Standard</label>
  265. </group>
  266. </group>
  267. </group>
  268. <group id="paypal_payment_gateways" translate="label comment" sortOrder="8" showInDefault="0" showInWebsite="0" showInStore="0">
  269. <label><![CDATA[PayPal Payment Gateways&nbsp;<i>Process payments using your own internet merchant account.</i>]]></label>
  270. <fieldset_css>complex paypal-other-section paypal-gateways-section</fieldset_css>
  271. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  272. <comment>Process payments using your own internet merchant account.</comment>
  273. <help_url>https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render-content</help_url>
  274. <attribute type="displayIn">other_paypal_payment_solutions</attribute>
  275. </group>
  276. </section>
  277. <section id="payment_ca" extends="payment_other">
  278. <group id="express_checkout_other">
  279. <attribute type="activity_path">payment/paypal_express/active</attribute>
  280. <attribute type="activity_path">payment/payflow_express/active</attribute>
  281. </group>
  282. <group id="paypal_group_all_in_one">
  283. <group id="wps_other" sortOrder="20"/>
  284. </group>
  285. <group id="paypal_payment_gateways" translate="label" showInDefault="1" showInWebsite="1" showInStore="1">
  286. <fieldset_css>complex paypal-other-section paypal-gateways-section</fieldset_css>
  287. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Fieldset\Expanded</frontend_model>
  288. <label><![CDATA[PayPal Payment Gateways&nbsp;<i>Process payments using your own internet merchant account.</i>]]></label>
  289. <group id="wpp_ca" translate="label" extends="payment_all_paypal/paypal_payflowpro" sortOrder="30">
  290. <label>Website Payments Pro</label>
  291. <attribute type="activity_path">payment/paypal_payment_pro/active</attribute>
  292. <group id="configuration_details">
  293. <comment>http://docs.magento.com/m2/ce/user_guide/payment/paypal-payments-pro.html</comment>
  294. </group>
  295. <group id="paypal_payflow_required" translate="label" showInDefault="1" showInWebsite="1" sortOrder="10">
  296. <group id="paypal_payflow_api_settings">
  297. <label>Payments Pro</label>
  298. </group>
  299. <field id="enable_in_context_checkout" showInDefault="0" showInWebsite="0"/>
  300. <field id="merchant_id" showInDefault="0" showInWebsite="0"/>
  301. <field id="enable_paypal_payflow">
  302. <frontend_class>paypal-enabler paypal-ec-pe</frontend_class>
  303. <attribute type="shared">0</attribute>
  304. <config_path>payment/paypal_payment_pro/active</config_path>
  305. <frontend_model>Magento\Paypal\Block\Adminhtml\System\Config\Field\Enable\Payment</frontend_model>
  306. </field>
  307. </group>
  308. <group id="settings_paypal_payflow">
  309. <label>Basic Settings - PayPal Payments Pro</label>
  310. </group>
  311. </group>
  312. <group id="paypal_payflowpro_ca" extends="payment_all_paypal/paypal_payflowpro" sortOrder="40"/>
  313. <group id="payflow_link_ca" extends="payment_all_paypal/payflow_link" sortOrder="50">
  314. <group id="payflow_link_required">
  315. <field id="enable_express_checkout_bml" showInDefault="0" showInWebsite="0"/>
  316. <field id="express_checkout_bml_sort_order" showInDefault="0" showInWebsite="0"/>
  317. <group id="payflow_link_advertise_bml" showInDefault="0" showInWebsite="0"/>
  318. </group>
  319. </group>
  320. </group>
  321. </section>
  322. <section id="payment_au" extends="payment_other">
  323. <group id="express_checkout_other"/>
  324. <group id="paypal_group_all_in_one">
  325. <group id="wps_other" sortOrder="12"/>
  326. <group id="payments_pro_hosted_solution_au" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml" sortOrder="10"/>
  327. </group>
  328. <group id="paypal_payment_gateways" showInDefault="1" showInWebsite="1" showInStore="1">
  329. <group id="paypal_payflowpro_au" extends="payment_all_paypal/paypal_payflowpro" sortOrder="20"/>
  330. </group>
  331. </section>
  332. <section id="payment_jp" extends="payment_other">
  333. <group id="express_checkout_other"/>
  334. <group id="paypal_group_all_in_one">
  335. <group id="wps_other" sortOrder="12"/>
  336. <group id="payments_pro_hosted_solution_jp" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml" sortOrder="10">
  337. <label>Website Payments Plus</label>
  338. </group>
  339. </group>
  340. </section>
  341. <section id="payment_fr" extends="payment_other">
  342. <group id="express_checkout_other"/>
  343. <group id="paypal_group_all_in_one">
  344. <group id="wps_other" sortOrder="12"/>
  345. <group id="payments_pro_hosted_solution_fr" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml" sortOrder="10">
  346. <label>Integral Evolution</label>
  347. </group>
  348. </group>
  349. </section>
  350. <section id="payment_it" extends="payment_other">
  351. <group id="express_checkout_other"/>
  352. <group id="paypal_group_all_in_one">
  353. <group id="wps_other" sortOrder="12"/>
  354. <group id="payments_pro_hosted_solution_it" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml" sortOrder="10">
  355. <label>Pro</label>
  356. </group>
  357. </group>
  358. </section>
  359. <section id="payment_es" extends="payment_other">
  360. <group id="express_checkout_other"/>
  361. <group id="paypal_group_all_in_one">
  362. <group id="wps_other" sortOrder="12"/>
  363. <group id="payments_pro_hosted_solution_es" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml" sortOrder="10">
  364. <label>Pasarela integral</label>
  365. </group>
  366. </group>
  367. </section>
  368. <section id="payment_hk" extends="payment_other">
  369. <group id="express_checkout_other"/>
  370. <group id="paypal_group_all_in_one">
  371. <group id="wps_other" sortOrder="12"/>
  372. <group id="payments_pro_hosted_solution_hk" extends="payment_all_paypal/payments_pro_hosted_solution_without_bml" sortOrder="10"/>
  373. </group>
  374. </section>
  375. <section id="payment_nz" extends="payment_other">
  376. <group id="express_checkout_other"/>
  377. <group id="paypal_group_all_in_one">
  378. <group id="wps_other"/>
  379. </group>
  380. <group id="paypal_payment_gateways" showInDefault="1" showInWebsite="1" showInStore="1">
  381. <group id="paypal_payflowpro_nz" extends="payment_all_paypal/paypal_payflowpro"/>
  382. </group>
  383. </section>
  384. </system>
  385. </config>