woocommerce_pre_payment_complete, $this->get_id(
woocommerce_pre_payment_complete, $this->get_id(
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_pre_payment_complete, $this->get_id(') is found 1 times:
- /includes/class-wc-order.php line 144
return false; } try { do_action( 'woocommerce_pre_payment_complete', $this->get_id(), $transaction_id ); if ( WC()->session ) { WC()->session->set( 'order_awaiting_payment', false ); } /**