Skip to content

Commit

Permalink
Merge pull request #47 from buckaroo-it/BP-3839-Remove-iDEAL-Fast-Che…
Browse files Browse the repository at this point in the history
…ckout-Error-in-Hyv-Checkout

remove ideal fast checkout error
  • Loading branch information
vegimcarkaxhija authored Oct 16, 2024
2 parents dec6240 + 6cbf575 commit 0201542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</argument>
</arguments>
</type>
<type name="Hyva\Checkout\Model\Form\EntityFormFieldFactory">
<type name="Hyva\Checkout\Model\Form\EntityFormFieldFactory">
<arguments>
<!-- Hide idin customer fields -->
<argument name="customFields" xsi:type="array">
Expand Down
6 changes: 6 additions & 0 deletions view/frontend/layout/hyva_checkout_cart_index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="buckaroo_magento2.checkout.cart.ideal.fast.checkout" remove="true" />
</body>
</page>

0 comments on commit 0201542

Please sign in to comment.