Skip to content

Commit

Permalink
IA-1241: fixes integration with Magento enterprise edition 2.4.6-p1 (#52
Browse files Browse the repository at this point in the history
)

Co-authored-by: Sanyi <[email protected]>
  • Loading branch information
dimitrovn and Sanyi authored Nov 14, 2023
1 parent 7d5ed1c commit 2e8c3b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etc/acl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<resource id="Emartech_Emarsys::api_system" title="System information API" sortOrder="70"/>
<resource id="Emartech_Emarsys::api_orders" title="Order API" sortOrder="80"/>
<resource id="Emartech_Emarsys::api_refunds" title="Refund API" sortOrder="90"/>
<resource id="Emartech_Emarsys::api_inventory" title="Inventory API" sortOrder="100"/>
<resource id="Emartech_Emarsys::api_attributes" title="Attributes API" sortOrder="100"/>
<resource id="Emartech_Emarsys::api_inventory" title="Inventory API" sortOrder="110"/>
</resource>
</resource>
</resources>
Expand Down
2 changes: 2 additions & 0 deletions etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Emartech_Emarsys" setup_version="2.0.9">
<sequence>
<module name="Magento_Catalog" />
<module name="Magento_Inventory" />
<module name="Magento_Sales" />
</sequence>
</module>
Expand Down

0 comments on commit 2e8c3b6

Please sign in to comment.