Skip to content

Commit

Permalink
MAGETWO-42103: Minicart does not clear after completing an order via …
Browse files Browse the repository at this point in the history
…Paypal
  • Loading branch information
irenelagno committed Aug 28, 2015
1 parent a433299 commit 1c03171
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/code/Magento/Paypal/etc/frontend/sections.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!--
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../Customer/etc/sections.xsd">
<action name="paypal/express/placeOrder">
<section name="cart"/>
</action>
</config>

0 comments on commit 1c03171

Please sign in to comment.