Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Fixed a bug where successful zero-dollar card validations would retur…
Browse files Browse the repository at this point in the history
…n as failed
  • Loading branch information
jmauzyk committed Oct 31, 2020
1 parent e21920f commit d20803b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for CardConnect for Craft Commerce

## 1.4.2 - 2020-10-30
### Fixed
* Fixed a bug where successful zero-dollar card validations would return as failed

## 1.4.1 - 2020-10-22
### Added
* Added `jmauzyk\commerce\cardconnect\variables\Variable`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jmauzyk/commerce-cardconnect",
"description": "CardConnect integration for Craft Commerce",
"type": "craft-plugin",
"version": "1.4.1",
"version": "1.4.2",
"keywords": [
"craft",
"cms",
Expand All @@ -28,7 +28,7 @@
"craftcms/cms": "^3.1",
"craftcms/commerce": "^2.0|^3.0",
"craftcms/commerce-omnipay": "^2.0",
"jmauzyk/omnipay-cardconnect": "^1.3"
"jmauzyk/omnipay-cardconnect": "^1.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d20803b

Please sign in to comment.