ariyainfotech/magento2-fix-invalid-state-change

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: 2024-09-14 08:38:05 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