-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[API] Minor improvements #16797
[API] Minor improvements #16797
Conversation
Wojdylak
commented
Aug 28, 2024
Q | A |
---|---|
Branch? | api-platform-3 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | #16692 #16760 |
License | MIT |
Bunnyshell Preview Environment deletedAvailable commands:
|
src/Sylius/Bundle/ApiBundle/spec/Applicator/PaymentStateMachineTransitionApplicatorSpec.php
Show resolved
Hide resolved
src/Sylius/Bundle/ApiBundle/Command/Cart/RemoveItemFromCart.php
Outdated
Show resolved
Hide resolved
src/Sylius/Bundle/ApiBundle/Command/Cart/RemoveItemFromCart.php
Outdated
Show resolved
Hide resolved
src/Sylius/Bundle/ApiBundle/Command/Account/ChangePaymentMethod.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But the title of the PR doesn't quite match the content 😅
And of course, we have to describe these changes separately in the UPGRADE file accordingly
@@ -30,6 +30,7 @@ | |||
use Sylius\Component\Core\Model\ProductInterface; | |||
use Sylius\Component\Core\Model\ProductVariantInterface; | |||
use Sylius\Component\Core\Model\PromotionInterface; | |||
use Sylius\Component\Core\Model\ShippingMethod; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not used if I see correctly
use Sylius\Component\Core\Model\ShippingMethod; |