Enter a type and click search.




Results for AuthorizenetAcceptjsTransactionValidator

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

<virtualType name="Magento\AuthorizenetCardinal\Gateway\Validator\VirtualTransactionValidator"
             type="Magento\Payment\Gateway\Validator\ValidatorComposite">
    <arguments>
        <argument name="chainBreakingValidators" xsi:type="array">
            <item name="general" xsi:type="boolean">
                true
            </item>
        </argument>
        <argument name="validators" xsi:type="array">
            <item name="general" xsi:type="string">
                AuthorizenetAcceptjsTransactionValidator
            </item>
            <item name="cavv_response" xsi:type="string">
                Magento\AuthorizenetCardinal\Gateway\Validator\CavvResponseValidator
            </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 Magento\AuthorizenetCardinal\Gateway\Validator\VirtualTransactionValidator object that it should return a Magento\Payment\Gateway\Validator\ValidatorComposite object.

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

  • $chainBreakingValidators = [...items...];
  • $validators = [...items...];
Results for AuthorizenetAcceptjsTransactionValidator

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

<virtualType name="AuthorizenetAcceptjsTransactionValidator"
             type="Magento\Payment\Gateway\Validator\ValidatorComposite">
    <arguments>
        <argument name="chainBreakingValidators" xsi:type="array">
            <item name="general" xsi:type="boolean">
                true
            </item>
        </argument>
        <argument name="validators" xsi:type="array">
            <item name="general" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Validator\GeneralResponseValidator
            </item>
            <item name="transaction_status" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Validator\TransactionResponseValidator
            </item>
            <item name="transaction_hash" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Validator\TransactionHashValidator
            </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 AuthorizenetAcceptjsTransactionValidator object that it should return a Magento\Payment\Gateway\Validator\ValidatorComposite object.

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

  • $chainBreakingValidators = [...items...];
  • $validators = [...items...];

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="AuthorizenetAcceptjsRefundSettledCommand"
             type="AuthorizenetAcceptjsAuthorizeCommand">
    <arguments>
        <argument name="requestBuilder" xsi:type="object">
            AuthorizenetAcceptjsRefundRequest
        </argument>
        <argument name="handler" xsi:type="object">
            AuthorizenetAcceptjsRefundSettledHandler
        </argument>
        <argument name="validator" xsi:type="object">
            AuthorizenetAcceptjsTransactionValidator
        </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 AuthorizenetAcceptjsRefundSettledCommand object that it should return a AuthorizenetAcceptjsAuthorizeCommand object.

This configuration tells the Object Manager that when a user wants a AuthorizenetAcceptjsRefundSettledCommand 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="AuthorizenetAcceptjsSettleCommand"
             type="AuthorizenetAcceptjsAuthorizeCommand">
    <arguments>
        <argument name="requestBuilder" xsi:type="object">
            AuthorizenetAcceptjsCaptureRequest
        </argument>
        <argument name="handler" xsi:type="object">
            AuthorizenetAcceptjsCaptureTransactionHandler
        </argument>
        <argument name="validator" xsi:type="object">
            AuthorizenetAcceptjsTransactionValidator
        </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 AuthorizenetAcceptjsSettleCommand object that it should return a AuthorizenetAcceptjsAuthorizeCommand object.

This configuration tells the Object Manager that when a user wants a AuthorizenetAcceptjsSettleCommand 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="AuthorizenetAcceptjsVoidCommand"
             type="Magento\Payment\Gateway\Command\GatewayCommand">
    <arguments>
        <argument name="requestBuilder" xsi:type="object">
            AuthorizenetAcceptjsVoidRequest
        </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">
            AuthorizenetAcceptjsVoidHandler
        </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 AuthorizenetAcceptjsVoidCommand object that it should return a Magento\Payment\Gateway\Command\GatewayCommand object.

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

Results for AuthorizenetAcceptjsTransactionValidator

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

<virtualType name="AuthorizenetAcceptjsAuthorizeCommand"
             type="Magento\Payment\Gateway\Command\GatewayCommand">
    <arguments>
        <argument name="validator" xsi:type="object">
            AuthorizenetAcceptjsTransactionValidator
        </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 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.