Skip to content

Commit

Permalink
Merge pull request #99 from p-maguire/9.2.x
Browse files Browse the repository at this point in the history
SP-1034: Update dependencies and gitignore
  • Loading branch information
bobbrodie authored Aug 15, 2024
2 parents 594392a + f4f7877 commit 31f348d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
Bitpay/BPCheckout/.DS_Store
.DS_Store
code/Bitpay/BPCheckout/bitpay_bpcheckout*.zip
composer.lock
vendor/
2 changes: 1 addition & 1 deletion Model/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Config
public const BITPAY_PROD_TOKEN_URL = 'https://bitpay.com/tokens';
public const API_HOST_DEV = 'test.bitpay.com';
public const API_HOST_PROD = 'bitpay.com';
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.0';
public const EXTENSION_VERSION = 'Bitpay_BPCheckout_Magento2_9.2.1';
public const BITPAY_PAYMENT_METHOD_NAME = 'bpcheckout';
public const BITPAY_PAYMENT_ICON = 'Pay-with-BitPay-CardGroup.svg';
public const BITPAY_PAYMENT_DIR_IMAGES = 'images';
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "",
"type": "magento2-module",
"license": "mit",
"version":"9.2.0",
"version":"9.2.1",
"authors": [
{
"email": "integrations@bitpay.com",
"name": "BitPay"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": "~8.1",
"bitpay/sdk": "^7.2"
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="9.2.0"></module>
<module name="Bitpay_BPCheckout" setup_version="9.2.1"></module>
</config>

0 comments on commit 31f348d

Please sign in to comment.