Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dcc9588

Browse files
authored
bug #11831 [API] fix route for pickup cart (AdamKasp)
This PR was merged into the 1.8 branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.8 | Bug fix? | yes | New feature? | no | BC breaks? | 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 ------- 95ce783 [API] fix route for pick up cart
2 parents 54a5840 + 95ce783 commit dcc9588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/Sylius/Bundle/ApiBundle/Resources/config/api_resources

src/Sylius/Bundle/ApiBundle/Resources/config/api_resources/Order.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<collectionOperation name="shop_post">
3434
<attribute name="method">POST</attribute>
35-
<attribute name="path">/admin/orders</attribute>
35+
<attribute name="path">/shop/orders</attribute>
3636
<attribute name="messenger">input</attribute>
3737
<attribute name="input">Sylius\Bundle\ApiBundle\Command\Cart\PickupCart</attribute>
3838
<attribute name="denormalization_context">

0 commit comments

Comments
 (0)