Skip to content

Commit

Permalink
Merge pull request #10 from Invertus/4.5.1
Browse files Browse the repository at this point in the history
4.5.1 changes
  • Loading branch information
margud authored Jul 26, 2022
2 parents 9c6929a + 95ea27b commit afa3e54
Show file tree
Hide file tree
Showing 19 changed files with 961 additions and 147 deletions.
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
![Mollie](https://www.mollie.nl/files/Mollie-Logo-Style-Small.png)

# Changelog #
## Changes in release 4.5.0 ##
## Changes in release 4.5.1 ##
+ Fixed issue where expired transactions changes order status.
+ Fixed order API check for refunded payments that check if transaction is still used.

## Changes in release 4.5.0 ##
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"symfony/expression-language": "^3.4",
"symfony/yaml": "^3.4",
"prestashop/decimal": "^1.3",
"mollie/mollie-api-php": "dev-master",
"mollie/mollie-api-php": "v2.41.0",
"segmentio/analytics-php": "^1.5",
"sentry/sentry": "^1.11.0",
"vlucas/phpdotenv": "3.4"
Expand Down Expand Up @@ -43,4 +43,4 @@
},
"type": "prestashop-module",
"author": "PrestaShop"
}
}
Loading

0 comments on commit afa3e54

Please sign in to comment.