Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Inventory] Extract service for checking reserved stock availability for given order item #16344

Merged

Conversation

GSadee
Copy link
Member

@GSadee GSadee commented Jun 4, 2024

Q A
Branch? 1.12
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets after #16307
License MIT

In order to make it easier to customise the logic for checking the available stock, I would like to extract it from the listener into a separate service.

@GSadee GSadee added the DX Issues and PRs aimed at improving Developer eXperience. label Jun 4, 2024
@GSadee GSadee requested review from a team as code owners June 4, 2024 13:38
@probot-autolabeler probot-autolabeler bot added the Maintenance CI configurations, READMEs, releases, etc. label Jun 4, 2024
@NoResponseMate NoResponseMate marked this pull request as draft June 4, 2024 13:59
@GSadee GSadee marked this pull request as ready for review June 5, 2024 04:52
Copy link

github-actions bot commented Jun 5, 2024

Bunnyshell Preview Environment deleted

Available commands:

  • /bns:deploy to redeploy the environment

@GSadee GSadee force-pushed the SYL-3503-extract-reserved-availability-check branch from 0cb13f2 to 7d49dc3 Compare June 5, 2024 05:52
@Wojdylak Wojdylak merged commit a64ec1f into Sylius:1.12 Jun 5, 2024
27 checks passed
@Wojdylak
Copy link
Member

Wojdylak commented Jun 5, 2024

Thank you, @GSadee!

@GSadee GSadee deleted the SYL-3503-extract-reserved-availability-check branch June 5, 2024 07:38
NoResponseMate added a commit that referenced this pull request Jun 7, 2024
…leteListener's constructor (GSadee)

This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no<!-- don't forget to update the UPGRADE-*.md file -->
| Related tickets | after #16344
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.12 or 1.13 branches
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  Add a note to UPGRADE file about changing PaymentPreCompleteListener's constructor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DX Issues and PRs aimed at improving Developer eXperience. Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants