Enter a type and click search.




Results for BraintreePayPalCreditFacade

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

<virtualType name="BraintreePayPalCreditFacade"
             type="BraintreePayPalFacade">
    <arguments>
        <argument name="code" xsi:type="const">
            PayPal\Braintree\Model\Ui\PayPal\ConfigProvider::PAYPAL_CREDIT_CODE
        </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 BraintreePayPalCreditFacade object that it should return a BraintreePayPalFacade object.

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

  • $code = PayPal\Braintree\Model\Ui\PayPal\ConfigProvider::PAYPAL_CREDIT_CODE;