Skip to content

Commit

Permalink
Change plugin to Config model instead of Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap authored Nov 10, 2022
1 parent 60f618b commit e6492a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/frontend/di.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Hyva\CheckoutCore\Plugin\Magento\Checkout\Controller\Index\Index">
<type name="Hyva\CheckoutCore\Model\Config">
<plugin name="PickRandomCheckout"
type="Elgentos\HyvaCheckoutABTest\Plugin\PickRandomCheckout"/>
</type>
Expand Down

0 comments on commit e6492a1

Please sign in to comment.