Answers for "woocommerce do not update status of payment"

PHP
0

woocommerce update_status

$order = new WC_Order( $order_id );
$order->update_status('awaiting-shipment', 'order_note');
Posted by: Guest on January-14-2021

Code answers related to "woocommerce do not update status of payment"

Browse Popular Code Answers by Language