Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from Thiago-Medeiros/fix-lightbox-checkout-cache
Browse files Browse the repository at this point in the history
fix: Cache of checkout page (lightbox)
  • Loading branch information
s2it-moscou authored Feb 8, 2018
2 parents 70d6978 + c1d46b4 commit 258611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/layout/pagseguro_payment_checkout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="content">
<block class="UOL\PagSeguro\Block\Payment\Checkout" name="pagseguro.payment.checkout" template="UOL_PagSeguro::checkout.phtml"/>
<block class="UOL\PagSeguro\Block\Payment\Checkout" name="pagseguro.payment.checkout" template="UOL_PagSeguro::checkout.phtml" cacheable="false"/>
</referenceContainer>
</body>
</page>

0 comments on commit 258611f

Please sign in to comment.