Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/config/api_resources/Order.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<attribute name="method">PATCH</attribute>
<attribute name="path">/shop/orders/{tokenValue}/address</attribute>
<attribute name="messenger">input</attribute>
<attribute name="input">Sylius\Bundle\ApiBundle\Command\Checkout\AddressOrder</attribute>
<attribute name="input">Sylius\Bundle\ApiBundle\Command\Checkout\UpdateCart</attribute>
<attribute name="denormalization_context">
<attribute name="groups">shop:cart:address</attribute>
</attribute>
Expand Down Expand Up @@ -330,7 +330,7 @@
<attribute name="method">PATCH</attribute>
<attribute name="path">/shop/orders/{tokenValue}/apply-coupon</attribute>
<attribute name="messenger">input</attribute>
<attribute name="input">Sylius\Bundle\ApiBundle\Command\Cart\ApplyCouponToCart</attribute>
<attribute name="input">Sylius\Bundle\ApiBundle\Command\Checkout\UpdateCart</attribute>
<attribute name="denormalization_context">
<attribute name="groups">shop:cart:apply_coupon</attribute>
</attribute>
Expand Down

0 comments on commit a50e6fc

Please sign in to comment.