Skip to content

Commit

Permalink
Merge pull request #30 from wirecard/TPWDCEE-651
Browse files Browse the repository at this point in the history
#29 Remove Quick payment method
  • Loading branch information
tomazpu committed Dec 20, 2017
2 parents 17c6cde + 6ef8dab commit 4fbfd4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 122 deletions.
43 changes: 0 additions & 43 deletions app/code/community/Wirecard/CheckoutSeamless/Model/Quick.php

This file was deleted.

6 changes: 0 additions & 6 deletions app/code/community/Wirecard/CheckoutSeamless/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,6 @@
<title>paysafecard</title>
<allowspecific>0</allowspecific>
</wirecard_checkoutseamless_paysafecard>
<wirecard_checkoutseamless_quick>
<active>0</active>
<model>wirecard_checkoutseamless/quick</model>
<title>@Quick</title>
<allowspecific>0</allowspecific>
</wirecard_checkoutseamless_quick>
<wirecard_checkoutseamless_paypal>
<active>0</active>
<model>wirecard_checkoutseamless/paypal</model>
Expand Down
73 changes: 0 additions & 73 deletions app/code/community/Wirecard/CheckoutSeamless/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1506,79 +1506,6 @@
</max_order_total>
</fields>
</wirecard_checkoutseamless_paysafecard>
<wirecard_checkoutseamless_quick translate="label" module="wirecard_checkoutseamless">
<label>Wirecard Checkout Seamless @Quick</label>
<frontend_type>text</frontend_type>
<sort_order>5200</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<fields>
<active translate="label">
<label>Enabled</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>20</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</active>
<sort_order translate="label">
<label>Sorting order number</label>
<frontend_type>text</frontend_type>
<sort_order>30</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>This payment method will be displayed depending on the sorting order numbers of other payment methods.</comment>
</sort_order>
<title translate="label">
<label>Name for payment method</label>
<frontend_type>text</frontend_type>
<sort_order>40</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
<comment>The name for the payment method to be displayed in the online shop.</comment>
</title>
<allowspecific translate="label">
<label>Payment method available for</label>
<frontend_type>allowspecific</frontend_type>
<sort_order>70</sort_order>
<source_model>adminhtml/system_config_source_payment_allspecificcountries
</source_model>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</allowspecific>
<specificcountry translate="label">
<label>Specific countries</label>
<frontend_type>multiselect</frontend_type>
<sort_order>80</sort_order>
<source_model>adminhtml/system_config_source_country
</source_model>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</specificcountry>
<min_order_total translate="label">
<label>Minimum order total</label>
<frontend_type>text</frontend_type>
<sort_order>90</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</min_order_total>
<max_order_total translate="label">
<label>Maximum order total</label>
<frontend_type>text</frontend_type>
<sort_order>100</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
</max_order_total>
</fields>
</wirecard_checkoutseamless_quick>
<wirecard_checkoutseamless_paypal translate="label" module="wirecard_checkoutseamless">
<label>Wirecard Checkout Seamless PayPal</label>
<frontend_type>text</frontend_type>
Expand Down

0 comments on commit 4fbfd4e

Please sign in to comment.