Enter a type and click search.




Results for Amazon\Core\Helper\ClientIp\Proxy

File: vendor/amzn/amazon-pay-and-login-with-amazon-core-module/etc/di.xml

<type name="Amazon\Core\Helper\Data">
    <arguments>
        <argument name="storeManager" xsi:type="object">
            Magento\Store\Model\StoreManagerInterface\Proxy
        </argument>
        <argument name="clientIpHelper" xsi:type="object">
            Amazon\Core\Helper\ClientIp\Proxy
        </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 Amazon\Core\Helper\Data object that the following arguments should be used in the foo object's constructor.