Sylius / SyliusResourceBundle

Simpler CRUD for Symfony applications
https://sylius.com
MIT License
219 stars 155 forks source link

DeleteHandlingException.php has $apiResponseCode as 500, but this exception has 400 #869

Open loic425 opened 5 months ago

loic425 commented 5 months ago

src/Component/src/Exception/DeleteHandlingException.php has $apiResponseCode as 500, but this exception has 400. I think it should be identical.

_Originally posted by @diimpp in https://github.com/Sylius/SyliusResourceBundle/pull/768#discussion_r1380654620_