Skip to content

Commit

Permalink
#34 payment method Quick removed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazpu committed Nov 20, 2017
1 parent b0b838c commit b59172c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
37 changes: 0 additions & 37 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1132,43 +1132,6 @@
</field>
</group>

<group id="wirecard_checkoutseamless_quick" translate="label" type="text" sortOrder="5240" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Wirecard Checkout Seamless @Quick</label>
<field id="active" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Enabled</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
</field>
<field id="title" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Title</label>
</field>
<field id="allowed_carrier" translate="label" type="multiselect" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Allowed Shipping Methods</label>
<source_model>Magento\Shipping\Model\Config\Source\Allmethods</source_model>
</field>
<field id="allowspecific" translate="label" type="allowspecific" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Payment from Applicable Countries</label>
<source_model>Magento\Payment\Model\Config\Source\Allspecificcountries</source_model>
</field>
<field id="specificcountry" translate="label" type="multiselect" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Payment from Specific Countries</label>
<source_model>Magento\Directory\Model\Config\Source\Country</source_model>
<can_be_empty>1</can_be_empty>
</field>
<field id="instructions" translate="label" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Instructions</label>
</field>
<field id="sort_order" translate="label" type="text" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Sort Order</label>
<frontend_class>validate-number</frontend_class>
</field>
<field id="min_order_total" translate="label" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Minimum Order Total</label>
</field>
<field id="max_order_total" translate="label" type="text" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="0">
<label>Maximum Order Total</label>
</field>
</group>

<group id="wirecard_checkoutseamless_skrillwallet" translate="label" type="text" sortOrder="5250" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Wirecard Checkout Seamless Skrill Digital Wallet</label>
<field id="active" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="0">
Expand Down
8 changes: 0 additions & 8 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,6 @@
<sort_order>310</sort_order>
</wirecard_checkoutseamless_paysafecard>

<wirecard_checkoutseamless_quick>
<active>0</active>
<title>Wirecard Checkout Seamless @Quick</title>
<instructions>You will be redirected to Wirecard Checkout Seamless when you place an order.</instructions>
<model>Wirecard\CheckoutSeamless\Model\Payment\Quick</model>
<sort_order>320</sort_order>
</wirecard_checkoutseamless_quick>

<wirecard_checkoutseamless_skrillwallet>
<active>0</active>
<title>Wirecard Checkout Seamless Skrill Digital Wallet</title>
Expand Down

0 comments on commit b59172c

Please sign in to comment.