Skip to content

Commit aa1d41a

Browse files
author
Yushkin, Dmytro
committed
Merge remote-tracking branch 'folks/checkout' into develop
2 parents 701c817 + 387941b commit aa1d41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Checkout/etc/frontend/sections.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
<action name="checkout/onepage/saveOrder">
4141
<section name="last-ordered-items"/>
4242
</action>
43-
<action name="rest/*/V1/carts/*/order">
43+
<action name="rest/*/V1/carts/*/payment-information">
4444
<section name="cart"/>
4545
</action>
46-
<action name="rest/*/V1/guest-carts/*/order">
46+
<action name="rest/*/V1/guest-carts/*/payment-information">
4747
<section name="cart"/>
4848
</action>
4949
</config>

0 commit comments

Comments
 (0)