Skip to content

Commit

Permalink
Merge pull request #50 from p-maguire/SP-202
Browse files Browse the repository at this point in the history
SP-202: Update module version
  • Loading branch information
bobbrodie authored Sep 23, 2022
2 parents 312494d + 0c52660 commit 084ada9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Config
const BITPAY_UX = 'payment/bpcheckout/bitpay_ux';
const API_HOST_DEV = 'test.bitpay.com';
const API_HOST_PROD = 'bitpay.com';
const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_6.13.0';
const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_7.0.0';
const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';

/**
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"type": "magento2-module",
"license": "mit",
"version":"6.13.0",
"version":"7.0.0",
"authors": [
{
"email": "integrations@bitpay.com",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
<module name="Bitpay_BPCheckout" setup_version="6.13.0"></module>
<module name="Bitpay_BPCheckout" setup_version="7.0.0"></module>
</config>

0 comments on commit 084ada9

Please sign in to comment.