Skip to content

Commit

Permalink
Merge branch 'b-6.5.x' into fix-noarticle-adyen-order
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolorenz committed Jan 28, 2025
2 parents 6ee9bef + 742060a commit 25da4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ 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/).

## [1.1.9] - 2025-??-??

## FIX
- Fix github workflows docker compose
- request Adyen cancellation when finalizeOrder fails due to stock exceptions

## [1.1.8] - 2024-11-19

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 25da4f8

Please sign in to comment.