Skip to content

Commit

Permalink
Merge pull request #26 from wirecard/TPWDCEE-250
Browse files Browse the repository at this point in the history
#25 Logo and default text change of payment method Sofort, version in…
  • Loading branch information
rinnhofer committed Sep 21, 2017
2 parents f67a6eb + 8b0ffc8 commit f913085
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Wirecard_CheckoutSeamless_Helper_Data extends Mage_Payment_Helper_Data
{

protected $_pluginVersion = '4.2.2';
protected $_pluginVersion = '4.2.3';
protected $_pluginName = 'Wirecard/CheckoutSeamless';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ abstract class Wirecard_CheckoutSeamless_Model_Abstract extends Mage_Payment_Mod
protected $_defaultLocale = 'en';

protected $_order;
protected $_pluginVersion = '4.2.2';
protected $_pluginVersion = '4.2.3';
protected $_pluginName = 'Wirecard/CheckoutSeamless';

protected $_formBlockType = 'wirecard_checkoutseamless/form';
Expand Down
4 changes: 2 additions & 2 deletions app/code/community/Wirecard/CheckoutSeamless/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<config>
<modules>
<wirecard_checkoutseamless>
<version>4.2.2</version>
<version>4.2.3</version>
</wirecard_checkoutseamless>
</modules>
<global>
Expand Down Expand Up @@ -205,7 +205,7 @@
<wirecard_checkoutseamless_sofortbanking>
<active>0</active>
<model>wirecard_checkoutseamless/sofortbanking</model>
<title>SOFORT Banking</title>
<title>Online bank transfer.</title>
<allowspecific>0</allowspecific>
</wirecard_checkoutseamless_sofortbanking>
<wirecard_checkoutseamless_skrillwallet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@
</fields>
</wirecard_checkoutseamless_tatrapay>
<wirecard_checkoutseamless_sofortbanking translate="label" module="wirecard_checkoutseamless">
<label>Wirecard Checkout Seamless SOFORT Banking</label>
<label>Wirecard Checkout Seamless Online bank transfer.</label>
<frontend_type>text</frontend_type>
<sort_order>5080</sort_order>
<show_in_default>1</show_in_default>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f913085

Please sign in to comment.