Skip to content

Commit

Permalink
Use fixed version of client library.
Browse files Browse the repository at this point in the history
  • Loading branch information
wd-chofer committed May 3, 2016
1 parent d864241 commit 5321426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
class Data extends \Magento\Framework\App\Helper\AbstractHelper
{

protected $_pluginVersion = '1.0.0';
protected $_pluginVersion = '1.0.1';
protected $_pluginName = 'Wirecard/CheckoutPage';

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"magento/module-sales": "*",
"magento/module-payment": "*",
"magento/module-quote": "*",
"wirecard/checkout-client-library": "^3.3.0"
"wirecard/checkout-client-library": "3.3.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 5321426

Please sign in to comment.