Description
Describe the bug
We are using both API and MSI modules to achieve the order process. From this scenario, we are using MSI module notification url to update the order data from multisafepay payment. Here we are facing an issue like once sending an OK response to notify url it should stop. But still it's triggering even though we sent OK. So it is causing load a issues. So kindly help us to fix the issue.
To Reproduce
Steps to reproduce the behavior:
- We are using MSI API's to create an order from react js (This will be our customisation).
- We want to use notifications updates from the MSI plugin (We are using notification URL from MSI plugin).
Expected behavior
Once we return OK response to notification URL. It should be stop.
Desktop (please complete the following information):
- we are using version 2.22 of the multisafepay module.
Additional context
Additionally, the module has been updated to 3.8.1. However, because the multisafepay msi module is deactivated,
the upgraded module displays a problem when compiling the code. MSI is not a part of our project.
Therefore, we have already deleted every Magento MSI module. However, there are some dependencies between the Magento MSI modules
and the Multisafepay MSI module. Kindly suggest to proceed further.
Error message while compiling project :
Impossible to process constructor argument Parameter #0 [ Magento\InventorySalesApi\Api\Data\ItemToSellInterfaceFactory $itemT
oSellFactory ] of MultiSafepay\ConnectMSI\Model\StockReducer classIn GetParameterClassTrait.php line 34: Class "Magento\InventorySalesApi\Api\Data\ItemToSellInterfaceFactory" does not exist
Activity