PrestaShopCorp / dotpay

Dotpay payment module
1 stars 13 forks source link

Module uninstallation #6

Closed Quetzacoalt91 closed 9 years ago

Quetzacoalt91 commented 9 years ago

I just see the order status deletion when the module is uninstalled. If you do this, the orders which have already got this order status will lose some data, because they will be related to a non-existing order status.

You have to know that deleting them directly from the database is a really bad idea. The table _orderstate has a column deleted, which you should set as 1.

pkarecki commented 9 years ago

Fixed in 1.3.2