mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Add missing status code mapping for OrderItemNotFoundException (#18969)
| Q | A |-----------------|----- | Branch? | 2.1 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | | Related tickets | #18787 | License | MIT
This commit is contained in:
commit
943317d5e9
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ api_platform:
|
|||
Sylius\Component\Payment\Exception\PaymentRequestNotFoundException: 404
|
||||
Sylius\Bundle\ApiBundle\Exception\PaymentNotFoundException: 404
|
||||
Sylius\Bundle\ApiBundle\Exception\PaymentMethodNotFoundException: 404
|
||||
Sylius\Bundle\ApiBundle\Exception\OrderItemNotFoundException: 404
|
||||
Sylius\Bundle\ApiBundle\Exception\StateMachineTransitionFailedException: 422
|
||||
Sylius\Bundle\ApiBundle\Exception\TranslationInDefaultLocaleCannotBeRemoved: 422
|
||||
Sylius\Bundle\ApiBundle\Exception\TranslationLocaleMismatchException: 422
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue