You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in our monitoring that we receive some error messages like this:
Error executing API call (404: Not Found): Order ******** exists, but belongs to a different website profile than the API key used.. Documentation: https://docs.mollie.com/overview/handling-errors
After a little bit of investigation I noticed that the CancelLineController::statusAction does not take the salesChannel of the order into account. When retrieving the client from the clientFactory it therefore sometimes uses the credentials of the wrong salesChannel.
I noticed in our monitoring that we receive some error messages like this:
After a little bit of investigation I noticed that the CancelLineController::statusAction does not take the salesChannel of the order into account. When retrieving the client from the clientFactory it therefore sometimes uses the credentials of the wrong salesChannel.
Shopware6/src/Controller/Api/Order/CancelLineController.php
Line 31 in 2821338
The text was updated successfully, but these errors were encountered: