mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
minor #11601 [Api][Cart] Fix minor bug (Tomanhez)
This PR was merged into the 1.8-dev branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | master
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| License | MIT
Before:
<img width="957" alt="Screenshot 2020-06-25 at 11 46 08" src="https://user-images.githubusercontent.com/39232096/85697381-07e81f00-b6da-11ea-9b18-7eb0e9d7f108.png">
After:
<img width="661" alt="Screenshot 2020-06-25 at 12 34 45" src="https://user-images.githubusercontent.com/39232096/85704110-4c76b900-b6e0-11ea-8d1c-0b4528d27a17.png">
Commits
-------
2ec88b71d1 Fix minor word bug
This commit is contained in:
commit
c4cd1efb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
<itemOperation name="add_item">
|
||||
<attribute name="security">is_granted('IS_AUTHENTICATED_ANONYMOUSLY')</attribute>
|
||||
<attribute name="openapi_context">
|
||||
<attribute name="summary">Cancels Order</attribute>
|
||||
<attribute name="summary">Add Item to cart</attribute>
|
||||
</attribute>
|
||||
<attribute name="method">PATCH</attribute>
|
||||
<attribute name="path">/orders/{id}/items</attribute>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue