how can i move BACS Bank Details in Woocommerce Mail Template "customer-processing-order.php".
I want to remove/move it from
do_action( 'woocommerce_email_order_details', $order, $sent_to_admin, $plain_text, $email );
And and it after
do_action( 'woocommerce_email_customer_details', $order, $sent_to_admin, $plain_text, $email );
But only the Bank Details not the other stuff from order_details action?