Skip to content

Commit

Permalink
Added Trustly
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Apr 1, 2021
1 parent 8d6abae commit 4d9344d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion etc/adminhtml/paymentmethods/trustly.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<include xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_include.xsd">
<group id="paynl_payment_trustly" sortOrder="925" showInDefault="1" showInWebsite="1" showInStore="1">
<group id="paynl_payment_trustly" sortOrder="2051" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Trustly</label>
<field id="active" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1"
showInStore="1">
Expand Down
24 changes: 12 additions & 12 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,18 +300,6 @@ In order to pay for your order click the link below
<group>paynl_payment</group>
<send_new_order_email>after_payment</send_new_order_email>
</paynl_payment_good4fun>
<paynl_payment_trustly>
<active>0</active>
<title>Trustly</title>
<payment_option_id>2718</payment_option_id>
<order_status>pending_payment</order_status>
<order_status_authorized>processing</order_status_authorized>
<order_status_processing>processing</order_status_processing>
<payment_action>order</payment_action>
<model>Paynl\Payment\Model\Paymentmethod\Trustly</model>
<group>paynl_payment</group>
<send_new_order_email>after_payment</send_new_order_email>
</paynl_payment_trustly>
<paynl_payment_huisentuincadeau>
<active>0</active>
<title>Huis en Tuin Cadeau</title>
Expand Down Expand Up @@ -581,6 +569,18 @@ In order to pay for your order click the link below
<group>paynl_payment</group>
<send_new_order_email>after_payment</send_new_order_email>
</paynl_payment_tikkie>
<paynl_payment_trustly>
<active>0</active>
<title>Trustly</title>
<payment_option_id>2718</payment_option_id>
<order_status>pending_payment</order_status>
<order_status_authorized>processing</order_status_authorized>
<order_status_processing>processing</order_status_processing>
<payment_action>order</payment_action>
<model>Paynl\Payment\Model\Paymentmethod\Trustly</model>
<group>paynl_payment</group>
<send_new_order_email>after_payment</send_new_order_email>
</paynl_payment_trustly>
<paynl_payment_visamastercard>
<active>0</active>
<title>Visa / Mastercard</title>
Expand Down

0 comments on commit 4d9344d

Please sign in to comment.