mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix minor word bug
This commit is contained in:
parent
7c5ab30480
commit
2ec88b71d1
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