Skip to content

Commit

Permalink
#20 update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpolomsky committed Sep 13, 2017
1 parent 6f20769 commit 67ce3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/community/Wirecard/CheckoutPage/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class Wirecard_CheckoutPage_Helper_Data extends Mage_Payment_Helper_Data
{

protected $_pluginVersion = '4.2.0';
protected $_pluginVersion = '4.2.2';
protected $_pluginName = 'Wirecard/CheckoutPage';

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

protected $_order;
protected $_pluginVersion = '4.2.0';
protected $_pluginVersion = '4.2.2';
protected $_pluginName = 'Wirecard/CheckoutPage';

protected $_formBlockType = 'wirecard_checkoutpage/form';
Expand Down

0 comments on commit 67ce3c1

Please sign in to comment.