Skip to content

Commit

Permalink
Updated sections.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vkerkhoff committed Dec 29, 2015
1 parent d135818 commit a2a7d98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion etc/frontend/sections.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
<action name="paynl/finish/index">
<action name="rest/*/V1/guest-carts/*/set-payment-information">
<section name="cart"/>
<section name="checkout-data"/>
</action>
<action name="rest/*/V1/carts/*/set-payment-information">
<section name="cart"/>
<section name="checkout-data"/>
</action>
Expand Down

0 comments on commit a2a7d98

Please sign in to comment.