Enter a type and click search.




Results for PayPal\Braintree\Gateway\Http\Client\TransactionSubmitForSettlement

File: vendor/paypal/module-braintree-core/etc/di.xml

<type name="PayPal\Braintree\Gateway\Http\Client\TransactionSubmitForSettlement">
    <arguments>
        <argument name="customLogger" xsi:type="object">
            BraintreeLoggerForTransactionSale
        </argument>
    </arguments>
</type>

This is a 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 PayPal\Braintree\Gateway\Http\Client\TransactionSubmitForSettlement 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.