Skip to content

Commit

Permalink
Changelog & Surpress PHPMD-Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Jan 28, 2025
1 parent 6fb294f commit 106f168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.1.6] - 2025-??-??

- request Adyen cancellation when finalizeOrder fails due to stock exceptions

## [2.1.5] - 2024-03-05

- [0007571](https://bugs.oxid-esales.com/view.php?id=7571): Fix It is possible to complete a purchase (with the Adyen payment method) without paying
Expand Down
1 change: 1 addition & 0 deletions src/Model/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
*
* @mixin \OxidEsales\Eshop\Application\Model\Order
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class Order extends Order_parent
{
Expand Down

0 comments on commit 106f168

Please sign in to comment.