Hook to use when customer placing order
Currently I am using woocommerce_thankyou action to run a function that creates an order at a third party service.
However, sometimes customers don't return to the Thank You page after visiting our Payment Service Provider, resulting in no order being created at the third party.
Would it be better to use the woocommerce_order_status_completed action? Any other hooks I could use? Is there a scheme/rundown available somewhere of all the actions that follow eachother? Any other ideas to solve this problem?
Topic woocommerce-offtopic Wordpress
Category Web