-
Notifications
You must be signed in to change notification settings - Fork 42
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
[Bug]: 500 Error while adding gift card product to the cart #256
Labels
bug
Something isn't working
Comments
same issue here : composer info setono/sylius-gift-card-plugin
name : setono/sylius-gift-card-plugin
descrip. : Gift card plugin for Sylius
keywords :
versions : * 0.12.x-dev
type : sylius-plugin
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
homepage :
source : [git] https://github.com/Setono/SyliusGiftCardPlugin.git 044203e0346735aa7979a83b2809be47e75f1269
dist : [zip] https://api.github.com/repos/Setono/SyliusGiftCardPlugin/zipball/044203e0346735aa7979a83b2809be47e75f1269 044203e0346735aa7979a83b2809be47e75f1269
path : /warehouse/sylius/master-forks/chateau-de-la-chaize/vendor/setono/sylius-gift-card-plugin
names : setono/sylius-gift-card-plugin
......
composer info sylius/sylius
name : sylius/sylius
descrip. : E-Commerce platform for PHP, based on Symfony framework.
keywords :
versions : * v1.12.10 have u got a clue/workaround @mpysiak ? |
Sorry, didn't hove time to go into details |
Any updates/progress on this issue? |
I will be working on these issues in the upcoming weeks. The first PR I did today where I dropped support for PHP 7.4 and PHP 8.0 to make it easier for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Plugin version
0.12.x-dev
Sylius version
1.12.11
What happened?
500 Error while adding gift card product to the cart. I've created new product - gift card. When I try to add product to the cart there is an error.
Problem is in Sylius
OrderItemController
in methodresolveAddedOrderItem
probably due toOrderItem::equals()
method overrideRelevant log output
The text was updated successfully, but these errors were encountered: