Posted by pebosi on March 9, 2009 at 3:19pm
3 followers
Jump to:
| Project: | Ubercart ClickandBuy Payment Method |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
see patch.
regards
| Attachment | Size |
|---|---|
| cab_status_uninstall.patch | 785 bytes |
Comments
#1
I 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.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.