Hi,
I was trying to solve a bug in a payment method that I developed but I couldn't find it how to make it.
The situation: A customer does a checkout, then goes to the complete form page that will send information to the payment site.
In http://www.ubercart.org/docs/developer/920/order_states_and_statuses, it is saying that
When a customer completes checkout, the order gets moved from the default in_checkout status to the default status for the post_checkout state. (By default, this is "Pending.")
But that is not occuring automatically for me. I had tried to find where to make it work analyzing code in uc_order and uc_payment, also tried to see if it was not a workflow-ng rule that does it, and could find nothing.
Do I have to insert a uc_order_update_status() in the _form() to make it work? Or am I misunderstanding something?
Thanks for attention!
