Another question.
I can't find a proper way to handle "canceled" payments.
If a payment is complete you can configure the workflow-ng to set the order status to "completed" or whatever you want.
But the only way to handle "canceled" payments would be to set uc_order_update_status() to "canceled" directly in the module code, which seems to contradict the "workflow-ng" method for full payments?
