Skip to content

Commit

Permalink
Update to qenta-checkout-library 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HMKnapp committed Nov 18, 2021
1 parent e55bb20 commit 29410a0
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 4 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 = '2.0.2';
protected $_pluginVersion = '2.0.5';
protected $_pluginName = 'Qenta/CheckoutPage';

/**
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
"description": "QENTA Checkout Page extension for Magento 2",
"keywords": ["Qenta", "checkout", "page", "payment", "magento2"],
"homepage": "https://www.qenta-cee.at",
"version":"2.0.2",
"support": {
"email": "[email protected]",
"docs": "https://guides.wirecard.com"
"docs": "https://guides.qenta.com"
},
"require": {
"php": "~7.2.5|~7.3.0|~7.4.0",
"qenta/checkout-client-library": "5.0.1"
"qenta/checkout-client-library": "5.0.2"
},
"autoload": {
"files": [
Expand Down
Loading

0 comments on commit 29410a0

Please sign in to comment.