do_action( 'woocommerce_resume_order' )
If there is an order pending payment, we can resume it here so long as it has not changed. If the order has changed, i.e.
Description Description
different items or cost, create a new order. We use a hash to detect changes which is based on cart items + order total.
Source Source
File: includes/class-wc-checkout.php