File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</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
BraintreeAuthorizeCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeAuthorizeCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeCaptureCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeCaptureRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSubmitForSettlement
</argument>
<argument name="handler" xsi:type="object">
PayPal\Braintree\Gateway\Response\TransactionIdHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</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
BraintreeCaptureCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeCaptureCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeVaultAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeVaultAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeVaultResponseHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
</arguments>
</virtualType>
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeVaultCaptureCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeVaultCaptureRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
PayPal\Braintree\Gateway\Response\TransactionIdHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</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
BraintreeVaultCaptureCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeVaultCaptureCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeVoidCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionVoid
</argument>
<argument name="requestBuilder" xsi:type="object">
PayPal\Braintree\Gateway\Request\VoidDataBuilder
</argument>
<argument name="handler" xsi:type="object">
PayPal\Braintree\Gateway\Response\VoidHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\GeneralResponseValidator
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</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
BraintreeVoidCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeVoidCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeRefundCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionRefund
</argument>
<argument name="requestBuilder" xsi:type="object">
PayPal\Braintree\Gateway\Request\RefundDataBuilder
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\GeneralResponseValidator
</argument>
<argument name="handler" xsi:type="object">
PayPal\Braintree\Gateway\Response\RefundHandler
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</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
BraintreeRefundCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeRefundCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeApplePayAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeApplePayAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeApplePayAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
</arguments>
</virtualType>
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeGooglePayAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeGooglePayAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeGooglePayAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
</arguments>
</virtualType>
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeVenmoAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeVenmoAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeVenmoAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
</arguments>
</virtualType>
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeVenmoSaleCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeVenmoAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
<argument name="requestBuilder" xsi:type="object">
BraintreeVenmoSaleRequest
</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
BraintreeVenmoSaleCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeVenmoSaleCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeAchAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeAchAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeAchAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</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
BraintreeAchAuthorizeCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeAchAuthorizeCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeAchSaleCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeAchAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
<argument name="requestBuilder" xsi:type="object">
BraintreeAchSaleRequest
</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
BraintreeAchSaleCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeAchSaleCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeLpmAuthorizeCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="requestBuilder" xsi:type="object">
BraintreeLpmAuthorizeRequest
</argument>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeLpmAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</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
BraintreeLpmAuthorizeCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeLpmAuthorizeCommand
object that the following arguments should be used in the foo object's constructor.
|
File: vendor/paypal/module-braintree-core/etc/di.xml
<virtualType name="BraintreeLpmSaleCommand"
type="PayPal\Braintree\Gateway\Command\GatewayCommand">
<arguments>
<argument name="transferFactory" xsi:type="object">
PayPal\Braintree\Gateway\Http\TransferFactory
</argument>
<argument name="client" xsi:type="object">
PayPal\Braintree\Gateway\Http\Client\TransactionSale
</argument>
<argument name="handler" xsi:type="object">
BraintreeLpmAuthorizationHandler
</argument>
<argument name="validator" xsi:type="object">
PayPal\Braintree\Gateway\Validator\ResponseValidator
</argument>
<argument name="requestBuilder" xsi:type="object">
BraintreeLpmSaleRequest
</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
BraintreeLpmSaleCommand
object that it should return a
PayPal\Braintree\Gateway\Command\GatewayCommand
object.
This configuration tells the Object Manager that when a user wants a
BraintreeLpmSaleCommand
object that the following arguments should be used in the foo object's constructor.
|