Skip to content

Commit

Permalink
bug #11934 Update ChangeItemQuantityInCart (leniwy-splendor)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.9-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.7
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.7 branch (the lowest possible)
 - Features and deprecations must be submitted against the master 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
-------

99072bb Update ChangeItemQuantityInCart
  • Loading branch information
Zales0123 committed Oct 15, 2020
2 parents 7f36408 + 99072bb commit 4ef32d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Sylius\Bundle\ApiBundle\Command\OrderTokenValueAwareInterface;

/** @experimental */
final class ChangeItemQuantityInCart implements OrderTokenValueAwareInterface
class ChangeItemQuantityInCart implements OrderTokenValueAwareInterface
{
/** @var string|null */
public $orderTokenValue;
Expand Down

0 comments on commit 4ef32d3

Please sign in to comment.