Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Coinpayments\CoinPayments\Logger\Handler">
<arguments>
<argument name="filesystem" xsi:type="object">Magento\Framework\Filesystem\Driver\File</argument>
Expand All @@ -22,4 +22,4 @@
</type>
<preference for="Coinpayments\CoinPayments\Api\CurrencyManagementInterface" type="Coinpayments\CoinPayments\Model\Currency"/>
<preference for="Coinpayments\CoinPayments\Api\TransactionInterface" type="Coinpayments\CoinPayments\Model\Transaction"/>
</config>
</config>
13 changes: 7 additions & 6 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Coinpayments_CoinPayments" setup_version="1.1.0" />
<sequence>
<module name="Coinpayments_CoinPayments" setup_version="1.1.0">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
<module name="Magento_Checkout"/>
<module name="Magento_Directory" />
<module name="Magento_Config" />
<module name="Magento_Directory"/>
<module name="Magento_Config"/>
<module name="Magento_Integration"/>
</sequence>
</config>
</sequence>
</module>
</config>