Closed (fixed)
Project:
Ubercart ClickandBuy Payment Method
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 15:19 UTC
Updated:
24 Mar 2009 at 00:50 UTC
see patch.
regards
| Comment | File | Size | Author |
|---|---|---|---|
| cab_status_uninstall.patch | 785 bytes | pebosi |
Comments
Comment #1
longwaveI considered this when first writing the uninstall hook but checked the core PayPal module and found that it does not delete its statuses, as I suspect doing this could cause database consistency issues as some orders may then have an undefined status.
Looking again, the Google Checkout module does not delete its statuses either, but unlocks them so they can be modified at /admin/store/settings/orders/edit/workflow. This approach has been implemented and committed to CVS.