Enter a type and click search.




Results for Magento\Payment\Gateway\ErrorMapper\NullMappingData

File: vendor/magento/module-payment/etc/di.xml

<type name="Magento\Payment\Gateway\ErrorMapper\ErrorMessageMapper">
    <arguments>
        <argument name="messageMapping" xsi:type="object">
            Magento\Payment\Gateway\ErrorMapper\NullMappingData
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This configuration tells the Object Manager that when a user wants a Magento\Payment\Gateway\ErrorMapper\ErrorMessageMapper object that the following arguments should be used in the foo object's constructor.