Changing the WooCommerce Payment Gateway Order
The order will be set to pending as it's waiting for payment.
shipping details, shipping method, items ordered, and the option to change the order status.
@ access public * @param mixed $methods * @return void */ function ...
tell Subscriptions about the meta data required by your payment gateway in order to process automatic payments.
... paid "processing" Orders (with all others payment methods) elseif ( $order-> has_status( 'processing' ) ) { $order->update_status( 'completed' ); ...
You can edit the order by going to WooCommerce > Orders, then clicking on the ...
Documentation/Subscriptions for WooCommerce/Change the Order Status ...
Manually adding a subscription does not send out order emails; those
In WooCommerce, when you change addresses or shipping methods, the order review might also change and display different payment ...