Enter a type and click search.




Results for Magento\Payment\Gateway\Response\HandlerChain

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

<virtualType name="BraintreeAuthorizationHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="payment_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PaymentDetailsHandler
            </item>
            <item name="txn_id" xsi:type="string">
                Magento\Braintree\Gateway\Response\TransactionIdHandler
            </item>
            <item name="card_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\CardDetailsHandler
            </item>
            <item name="risk_data" xsi:type="string">
                Magento\Braintree\Gateway\Response\RiskDataHandler
            </item>
            <item name="vault_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\VaultDetailsHandler
            </item>
            <item name="3d_secure" xsi:type="string">
                Magento\Braintree\Gateway\Response\ThreeDSecureDetailsHandler
            </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 BraintreeAuthorizationHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="BraintreeVaultResponseHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="payment_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PaymentDetailsHandler
            </item>
            <item name="txn_id" xsi:type="string">
                Magento\Braintree\Gateway\Response\TransactionIdHandler
            </item>
            <item name="card_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\CardDetailsHandler
            </item>
            <item name="risk_data" xsi:type="string">
                Magento\Braintree\Gateway\Response\RiskDataHandler
            </item>
            <item name="3d_secure" xsi:type="string">
                Magento\Braintree\Gateway\Response\ThreeDSecureDetailsHandler
            </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 BraintreeVaultResponseHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="BraintreePayPalResponseHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="payment_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PaymentDetailsHandler
            </item>
            <item name="txn_id" xsi:type="string">
                Magento\Braintree\Gateway\Response\TransactionIdHandler
            </item>
            <item name="paypal_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PayPalDetailsHandler
            </item>
            <item name="vault_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PayPal\VaultDetailsHandler
            </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 BraintreePayPalResponseHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="BraintreePayPalVaultResponseHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="payment_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PaymentDetailsHandler
            </item>
            <item name="txn_id" xsi:type="string">
                Magento\Braintree\Gateway\Response\TransactionIdHandler
            </item>
            <item name="paypal_details" xsi:type="string">
                Magento\Braintree\Gateway\Response\PayPalDetailsHandler
            </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 BraintreePayPalVaultResponseHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

  • $handlers = [...items...];
Results for Magento\Payment\Gateway\Response\HandlerChain

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

<virtualType name="AuthorizenetAcceptjsPaymentReviewStatusHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="payment_status" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\PaymentReviewStatusHandler
            </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 AuthorizenetAcceptjsPaymentReviewStatusHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="AuthorizenetAcceptjsAuthorizationHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="transaction_id" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\TransactionIdHandler
            </item>
            <item name="payment_details" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\PaymentResponseHandler
            </item>
            <item name="transaction_details" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\TransactionDetailsResponseHandler
            </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 AuthorizenetAcceptjsAuthorizationHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="AuthorizenetAcceptjsCaptureTransactionHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="close_transaction" xsi:type="string">
                CloseCaptureTransactionHandler
            </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 AuthorizenetAcceptjsCaptureTransactionHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="AuthorizenetAcceptjsRefundSettledHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="transaction_id" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\TransactionIdHandler
            </item>
            <item name="close_transaction" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\ClosePartialTransactionHandler
            </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 AuthorizenetAcceptjsRefundSettledHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="AuthorizenetAcceptjsVoidHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="void" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\VoidResponseHandler
            </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 AuthorizenetAcceptjsVoidHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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

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

<virtualType name="AuthorizenetAcceptjsCancelHandler"
             type="Magento\Payment\Gateway\Response\HandlerChain">
    <arguments>
        <argument name="handlers" xsi:type="array">
            <item name="close_transaction" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\CloseTransactionHandler
            </item>
            <item name="close_parent_transaction" xsi:type="string">
                Magento\AuthorizenetAcceptjs\Gateway\Response\CloseParentTransactionHandler
            </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 AuthorizenetAcceptjsCancelHandler object that it should return a Magento\Payment\Gateway\Response\HandlerChain object.

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

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