-
-
Save thurow/8c7f3d76b87a3637b0dc to your computer and use it in GitHub Desktop.
Mudar status pedido magento
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UPDATE sales_flat_order_grid SET status = 'canceled' WHERE increment_id = <order_increment_id>; | |
| UPDATE sales_flat_order SET state='canceled', status='canceled' WHERE increment_id =<order_increment_id>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment