Enter a type and click search.




Results for Magento\AuthorizenetAcceptjs\Gateway\Http\TransferFactory

File: vendor/magento/module-authorizenet-acceptjs/etc/di.xml

<virtualType name="AuthorizenetAcceptjsDefaultTransferFactory"
             type="Magento\AuthorizenetAcceptjs\Gateway\Http\TransferFactory">
    <arguments>
        <argument name="payloadFilters" xsi:type="array">
            <item name="store_config" xsi:type="object">
                AuthorizenetAcceptjsRemoveStoreConfigFilter
            </item>
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

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

This virtualType configuration tells the Object Manager when a user wants a virtual AuthorizenetAcceptjsDefaultTransferFactory object that it should return a Magento\AuthorizenetAcceptjs\Gateway\Http\TransferFactory object.

This configuration tells the Object Manager that when a user wants a AuthorizenetAcceptjsDefaultTransferFactory object that the following arguments should be used in the foo object's constructor.

  • $payloadFilters = [...items...];