ariyainfotech / module-magento2-fix-invalid-state-change
This package is abandoned and no longer maintained.
The author suggests using the magento2-fix-invalid-state-change package instead.
Updates the Magento quote if it has a invalid state
dev-main
2023-12-14 07:04 UTC
This package is auto-updated.
Last update: 2023-12-14 07:06:48 UTC
README
Use this module as a temporary solution to fix the invalid state change message in Magento 2, leading to orders not being created although the customer has payed for the order.
Important note
This module does not actualle fix the issue, but updates the quote according to the state that was requested. So if a logged in customer want's to place an order based on a quote for a guest customer, this module converts the quote to the logged in customer.
This might involve in security isues, so please concider before installing this plugin
Installing
To install this module use:
composer require ariyainfotech/magento2-fix-invalid-state-change
bin/magento setup:upgrade