11.79.0
·
13 commits
to master
since this release
Included commits: 11.78.0...11.79.0
Improvements
- Adjusted
SalesFacade::saveOrderRaw()to throw a custom DuplicateOrderReferenceException to distinguish duplicate order reference database integrity errors from other exceptions during order saving, enabling the checkout workflow to selectively retry only on this specific failure and surface all other errors immediately.