Skip to content

Commit

Permalink
MAGETWO-54380: Billing Agreements rendered twice on checkout success …
Browse files Browse the repository at this point in the history
…page #4999
  • Loading branch information
irenelagno committed Jun 15, 2016
1 parent fbb4164 commit a5166bf
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
</action> </action>
</referenceBlock> </referenceBlock>
<referenceContainer name="content"> <referenceContainer name="content">
<block class="Magento\Checkout\Block\Onepage\Success" name="checkout.success" template="success.phtml" cacheable="false"/> <block class="Magento\Checkout\Block\Onepage\Success" name="checkout.success" template="success.phtml" cacheable="false">
<container name="order.success.additional.info" label="Order Success Additional Info"/>
</block>
<block class="Magento\Checkout\Block\Registration" name="checkout.registration" template="registration.phtml" cacheable="false"/> <block class="Magento\Checkout\Block\Registration" name="checkout.registration" template="registration.phtml" cacheable="false"/>
</referenceContainer> </referenceContainer>
<container name="order.success.additional.info" label="Order Success Additional Info"/>
</body> </body>
</page> </page>

0 comments on commit a5166bf

Please sign in to comment.