SpotlerSoftware / magento2-mailplus-connector

The MailPlus connector for magento 2
4 stars 19 forks source link

Fix incorrect resource for webapi #17

Closed ArjenMiedema closed 4 years ago

ArjenMiedema commented 4 years ago

The resource Magento_Sales::order that was used isn't a valid resource which results in the connection to that route (/V1/mailplus/orders) to be refused. The correct resource is Magento_Sales::sales which is also used for the "normal" routes regarding the orders.

808brinks commented 4 years ago

Thanks Arjen. I will merge this and release a new version.