Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
15 Mar 2009 at 20:03 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tr commentedNever mind. Answered my own question - it's an implementation of hook_order_state().
Comment #2
drewish commentedI had a similar question and this answered it for me but i think it's a symptom of the fact that hook_order_status() isn't documented. I'd roll a patch but it's not clear where that should go the API docs for hook_order() suggest that it's in uc_order.module but I'm not seeing it.
Comment #3
andreiashu commentedDamn... Good thing that you reopened this issue drewish.
uc_protx_vsp_direct payment module doesn't use that hook either... It would indeed be a good thing to document this hook so that module developers can see it.
I'll open an issue in uc_protx_vsp_direct's queue.
Thanks
Comment #4
drewish commentedhttp://www.ubercart.org/docs/developer/920/order_states_and_statuses had some useful comments on the difference between states and statuses.
Comment #5
drewish commentedjust realized i'd cross posted and screwed up the status.
Comment #6
Island Usurper commentedComment #7
Island Usurper commentedThere's an API page on ubercart.org now, and I've just committed the patch to docs.php. I suppose that should be named api.php already, but that's not too important yet.