Enter a type and click search.




Results for AmazonGatewayConfig

File: vendor/amzn/amazon-pay-module/etc/di.xml

<type name="Amazon\Payment\Gateway\Request\AuthorizationRequestBuilder">
    <arguments>
        <argument name="config" xsi:type="object">
            AmazonGatewayConfig
        </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\Payment\Gateway\Request\AuthorizationRequestBuilder object that the following arguments should be used in the foo object's constructor.

File: vendor/amzn/amazon-pay-module/etc/di.xml

<type name="Amazon\Payment\Gateway\Request\VoidRequestBuilder">
    <arguments>
        <argument name="config" xsi:type="object">
            AmazonGatewayConfig
        </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\Payment\Gateway\Request\VoidRequestBuilder object that the following arguments should be used in the foo object's constructor.

File: vendor/amzn/amazon-pay-module/etc/di.xml

<type name="Amazon\Payment\Block\Info">
    <arguments>
        <argument name="config" xsi:type="object">
            AmazonGatewayConfig
        </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\Payment\Block\Info object that the following arguments should be used in the foo object's constructor.

File: vendor/amzn/amazon-pay-module/etc/di.xml

<virtualType name="AmazonLogger"
             type="Magento\Payment\Model\Method\Logger">
    <arguments>
        <argument name="config" xsi:type="object">
            AmazonGatewayConfig
        </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 AmazonLogger object that it should return a Magento\Payment\Model\Method\Logger object.

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

File: vendor/amzn/amazon-pay-module/etc/di.xml

<virtualType name="AmazonGatewayConfig"
             type="Amazon\Payment\Gateway\Config\Config">
    <arguments>
        <argument name="methodCode" xsi:type="const">
            Amazon\Payment\Gateway\Config\Config::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 AmazonGatewayConfig object that it should return a Amazon\Payment\Gateway\Config\Config object.

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

  • $methodCode = Amazon\Payment\Gateway\Config\Config::CODE;

File: vendor/amzn/amazon-pay-module/etc/di.xml

<virtualType name="AmazonConfigValueHandler"
             type="Magento\Payment\Gateway\Config\ConfigValueHandler">
    <arguments>
        <argument name="configInterface" xsi:type="object">
            AmazonGatewayConfig
        </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 AmazonConfigValueHandler object that it should return a Magento\Payment\Gateway\Config\ConfigValueHandler object.

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