Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Order] Order cancelation fix#12018

Merged
Zales0123 merged 1 commit into
Sylius:1.7from
lchrusciel:order-cancellation
Nov 12, 2020
Merged

[Order] Order cancelation fix#12018
Zales0123 merged 1 commit into
Sylius:1.7from
lchrusciel:order-cancellation

Conversation

@lchrusciel
Copy link
Copy Markdown
Contributor

Q A
Branch? 1.7
Bug fix? yes
New feature? no
BC breaks? kind of(as I reduced the scope of exceptions, that are caught)
Deprecations? no
Related tickets
License MIT

Catching all exceptions may lead to flushing partially changed data. If after transition some service will change some part of data and after that, an exception will occur, we would silence this exception and proceed further without compensating partially changed data.

However, the release with these changes was published on Thursday, so the impact of it is negligible (comparing to the problems it can create).

@lchrusciel lchrusciel added BC Break Bug Confirmed bugs or bugfixes. labels Nov 7, 2020
@lchrusciel lchrusciel requested a review from a team as a code owner November 7, 2020 10:57
@Zales0123 Zales0123 merged commit e3e4e17 into Sylius:1.7 Nov 12, 2020
@Zales0123
Copy link
Copy Markdown
Contributor

Thank you, Łukasz! 🥇

@lchrusciel lchrusciel deleted the order-cancellation branch November 12, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Confirmed bugs or bugfixes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants