Skip to content

Commit

Permalink
Merge pull request #322 from PAYONE-GmbH/version-bump-300
Browse files Browse the repository at this point in the history
version bump to 3.0.0
  • Loading branch information
fjbender authored Jul 1, 2020
2 parents 242658b + ad7d787 commit a1bd61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/PayoneConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
abstract class PayoneConfig
{
/* Module version */
const MODULE_VERSION = '2.8.1';
const MODULE_VERSION = '3.0.0';

/* Authorization request types */
const REQUEST_TYPE_PREAUTHORIZATION = 'preauthorization';
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Payone_Core" setup_version="2.8.1">
<module name="Payone_Core" setup_version="3.0.0">
<sequence>
<module name="Magento_Quote" />
<module name="Magento_Sales" />
Expand Down

0 comments on commit a1bd61c

Please sign in to comment.