Skip to content

Instantly share code, notes, and snippets.

@MintayRibkins
Created June 5, 2024 14:23
Show Gist options
  • Save MintayRibkins/2defb3cbd08eedbb56fb1d001e95e5e7 to your computer and use it in GitHub Desktop.
Save MintayRibkins/2defb3cbd08eedbb56fb1d001e95e5e7 to your computer and use it in GitHub Desktop.
<?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="Magento\CustomerGraphQl\Model\Resolver\IsEmailAvailable">
<plugin name="CustomerGraphQl"
type="Buffetti\FormHelper\Plugin\IsEmailAvaibleBefore"/>
</type>
<type name="Magento\Customer\Model\CustomerRegistry">
<plugin name="CustomerRegistryOverrideAfter"
type="Buffetti\FormHelper\Plugin\CustomerRegistryOverride"
sortOrder="99"/>
</type>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment