-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notification url update Issue #68
Comments
Hello @vijayNava
Looking forward to know more ... |
HI @danielcivit Bug Description We are sending a notification url to update the status in magento once an order status got updated in Multisafepay. So kindly verify why the transaction notification status for the orders in the screenshot displays an error if we acknowledge an OK response for the notification. Expected Behaviour Please let us know if any other inputs. |
Hello @vijayNava
====
Are you able to continue with your customization with these ideas/guidelines? |
Hello @danielcivit, Order Process
Notification URL Issue As per the below document, we are sending notify URL and it calling properly. But the first notify gets success for payment initialized status. And same orders's gets completed or cancelled its shows error even though we sent OK and calling the notification continuously. I have attached screenshot for your reference. We have attached some logs also to understand the issue: Note and Solution
If its still not clear, can we connect over a call to discus this? Because it needs to be sorted out earlier. |
Hello @vijayNava You should not be creating the order by directly submitting a request to the MultiSafepay API. You should be creating the order using the Magento REST API, via our module. Please, check the following information:
=== You should upgrade to use the latest version of the MultiSafepay module. https://github.com/MultiSafepay/magento2/releases/tag/3.8.1 === Please consider:
|
Hi @danielcivit |
This is the right link: https://github.com/MultiSafepay/magento2-core/blob/3.8.1/etc/webapi.xml#L1-L45 It contains a reference of the API endpoints. |
Hi @danielcivit Is it feasible to generate a payment URL using the Multisafepay API? If we are not use the multisafepay magento modules? If above case is possible can we use custom notification URL? |
|
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:
Expected behavior
Once we return OK response to notification URL. It should be stop.
Screenshots
Desktop (please complete the following information):
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
The text was updated successfully, but these errors were encountered: