| Current Path : /home/rtorresani/www/vendor/stripe/module-payments/etc/adminhtml/ |
| Current File : //home/rtorresani/www/vendor/stripe/module-payments/etc/adminhtml/di.xml |
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="StripeIntegration\Payments\Block\Info">
<arguments>
<argument name="data" xsi:type="array">
<item xsi:type="string" name="is_secure_mode">0</item>
</argument>
</arguments>
</type>
<type name="Magento\Framework\Notification\MessageList">
<arguments>
<argument name="messages" xsi:type="array">
<item name="WebhooksUnconfiguredNotification" xsi:type="string">StripeIntegration\Payments\Model\Adminhtml\Notifications\WebhooksUnconfigured</item>
</argument>
</arguments>
</type>
<type name="Magento\Config\Model\Config\TypePool">
<arguments>
<argument name="sensitive" xsi:type="array">
<item name="payment/stripe_payments_basic/stripe_test_sk" xsi:type="string">1</item>
</argument>
</arguments>
</type>
<type name="Magento\Config\Model\Config\TypePool">
<arguments>
<argument name="sensitive" xsi:type="array">
<item name="payment/stripe_payments_basic/stripe_live_sk" xsi:type="string">1</item>
</argument>
</arguments>
</type>
<type name="Magento\Config\Model\Config\TypePool">
<arguments>
<argument name="sensitive" xsi:type="array">
<item name="payment/stripe_payments_basic/stripe_test_wss" xsi:type="string">1</item>
</argument>
</arguments>
</type>
<type name="Magento\Config\Model\Config\TypePool">
<arguments>
<argument name="sensitive" xsi:type="array">
<item name="payment/stripe_payments_basic/stripe_live_wss" xsi:type="string">1</item>
</argument>
</arguments>
</type>
</config>