Enter a type and click search.




Results for Magento\Vault\Model\AccountPaymentTokenFactory

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

<type name="Magento\Braintree\Gateway\Response\PayPal\VaultDetailsHandler">
    <arguments>
        <argument name="paymentTokenFactory" xsi:type="object">
            Magento\Vault\Model\AccountPaymentTokenFactory
        </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 Magento\Braintree\Gateway\Response\PayPal\VaultDetailsHandler object that the following arguments should be used in the foo object's constructor.