Skip to content

Commit

Permalink
sync-up commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanLeasoft committed Sep 21, 2023
1 parent 22132a2 commit 3b43013
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions etc/adminhtml/methods.xml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ All rights reserved.
~ See COPYING.txt for license details.
-->
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
<include path="GingerPay_Payment::methods/ideal.xml"/>
<include path="GingerPay_Payment::methods/creditcard.xml"/>
<include path="GingerPay_Payment::methods/applepay.xml"/>
<include path="GingerPay_Payment::methods/bancontact.xml"/>
<include path="GingerPay_Payment::methods/klarnapaynow.xml"/>
<include path="GingerPay_Payment::methods/payconiq.xml"/>
<include path="GingerPay_Payment::methods/paypal.xml"/>
<include path="GingerPay_Payment::methods/amex.xml"/>
<include path="GingerPay_Payment::methods/klarnapaylater.xml"/>
<include path="GingerPay_Payment::methods/afterpay.xml"/>
<include path="GingerPay_Payment::methods/banktransfer.xml"/>
<include path="GingerPay_Payment::methods/googlepay.xml"/>
<include path="GingerPay_Payment::methods/giropay.xml"/>
<include path="GingerPay_Payment::methods/mobilepay.xml"/>
<include path="GingerPay_Payment::methods/swish.xml"/>
</include>

0 comments on commit 3b43013

Please sign in to comment.