Skip to content

Commit

Permalink
Merge pull request #198 from paynl/feature/varnishfix
Browse files Browse the repository at this point in the history
Remove minicart cacheable
  • Loading branch information
woutse authored Aug 28, 2024
2 parents e6c7bc1 + 4eab887 commit ece09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/layout/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</head>
<body>
<referenceBlock name="head.components">
<block class="Paynl\Payment\Block\Checkout\FastCheckout" name="fast.checkout.settings" template="Paynl_Payment::pay_fast_checkout_minicart.phtml" cacheable="false">
<block class="Paynl\Payment\Block\Checkout\FastCheckout" name="fast.checkout.settings" template="Paynl_Payment::pay_fast_checkout_minicart.phtml">
<arguments>
<argument name="view_model" xsi:type="object">Paynl\Payment\ViewModel\FastCheckout</argument>
</arguments>
Expand Down

0 comments on commit ece09fa

Please sign in to comment.