Enter a type and click search.




Results for AuthorizenetAcceptjsAuthorizeRequest

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

<virtualType name="AuthorizenetAcceptjsAuthorizeRequest">
    <arguments>
        <argument name="builders" xsi:type="array">
            <item name="3d_secure" xsi:type="string">
                Magento\AuthorizenetCardinal\Gateway\Request\Authorize3DSecureBuilder
            </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 configuration tells the Object Manager that when a user wants a AuthorizenetAcceptjsAuthorizeRequest object that the following arguments should be used in the foo object's constructor.

  • $builders = [...items...];
Results for AuthorizenetAcceptjsAuthorizeRequest

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

<virtualType name="AuthorizenetAcceptjsAuthorizeCommand"
             type="Magento\Payment\Gateway\Command\GatewayCommand">
    <arguments>
        <argument name="requestBuilder" xsi:type="object">
            AuthorizenetAcceptjsAuthorizeRequest
        </argument>
        <argument name="transferFactory" xsi:type="object">
            AuthorizenetAcceptjsDefaultTransferFactory
        </argument>
        <argument name="client" xsi:type="object">
            Magento\AuthorizenetAcceptjs\Gateway\Http\Client
        </argument>
        <argument name="handler" xsi:type="object">
            AuthorizenetAcceptjsAuthorizationHandler
        </argument>
        <argument name="validator" xsi:type="object">
            AuthorizenetAcceptjsTransactionValidator
        </argument>
        <argument name="errorMessageMapper" xsi:type="object">
            AuthorizenetAcceptjsVirtualErrorMessageMapper
        </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 AuthorizenetAcceptjsAuthorizeCommand object that it should return a Magento\Payment\Gateway\Command\GatewayCommand object.

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

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

<virtualType name="AuthorizenetAcceptjsAuthorizeRequest"
             type="Magento\Payment\Gateway\Request\BuilderComposite">
    <arguments>
        <argument name="builders" xsi:type="array">
            <item name="request_type" xsi:type="string">
                AuthorizenetAcceptjsTransactionRequestTypeBuilder
            </item>
            <item name="store" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\StoreConfigBuilder
            </item>
            <item name="merchant_account" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AuthenticationDataBuilder
            </item>
            <item name="transaction_type" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AuthorizeDataBuilder
            </item>
            <item name="amount" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AmountDataBuilder
            </item>
            <item name="payment" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\PaymentDataBuilder
            </item>
            <item name="shipping" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\ShippingDataBuilder
            </item>
            <item name="solution" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\SolutionDataBuilder
            </item>
            <item name="order" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\OrderDataBuilder
            </item>
            <item name="po" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\PoDataBuilder
            </item>
            <item name="customer" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\CustomerDataBuilder
            </item>
            <item name="address" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AddressDataBuilder
            </item>
            <item name="3d_secure" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\StubDataBuilder
            </item>
            <item name="custom_settings" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\CustomSettingsBuilder
            </item>
            <item name="passthrough_data" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\PassthroughDataBuilder
            </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 AuthorizenetAcceptjsAuthorizeRequest object that it should return a Magento\Payment\Gateway\Request\BuilderComposite object.

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

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

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

<virtualType name="AuthorizenetAcceptjsSaleRequest"
             type="AuthorizenetAcceptjsAuthorizeRequest">
    <arguments>
        <argument name="builders" xsi:type="array">
            <item name="transaction_type" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\SaleDataBuilder
            </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 AuthorizenetAcceptjsSaleRequest object that it should return a AuthorizenetAcceptjsAuthorizeRequest object.

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

  • $builders = [...items...];
Results for AuthorizenetAcceptjsAuthorizeRequest

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

<virtualType name="AuthorizenetAcceptjsAuthorizeRequest"
             type="Magento\Payment\Gateway\Request\BuilderComposite">
    <arguments>
        <argument name="builders" xsi:type="array">
            <item name="request_type" xsi:type="string">
                AuthorizenetAcceptjsTransactionRequestTypeBuilder
            </item>
            <item name="store" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\StoreConfigBuilder
            </item>
            <item name="merchant_account" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AuthenticationDataBuilder
            </item>
            <item name="transaction_type" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AuthorizeDataBuilder
            </item>
            <item name="amount" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AmountDataBuilder
            </item>
            <item name="payment" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\PaymentDataBuilder
            </item>
            <item name="shipping" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\ShippingDataBuilder
            </item>
            <item name="solution" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\SolutionDataBuilder
            </item>
            <item name="order" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\OrderDataBuilder
            </item>
            <item name="po" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\PoDataBuilder
            </item>
            <item name="customer" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\CustomerDataBuilder
            </item>
            <item name="address" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\AddressDataBuilder
            </item>
            <item name="custom_settings" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\CustomSettingsBuilder
            </item>
            <item name="passthrough_data" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Request\PassthroughDataBuilder
            </item>
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the adminhtml area. This is the area that corresponds with the Magento admin sub-application.

This virtualType configuration tells the Object Manager when a user wants a virtual AuthorizenetAcceptjsAuthorizeRequest object that it should return a Magento\Payment\Gateway\Request\BuilderComposite object.

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

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