I have a WooCommerce website. I had changed translation files for checkout page to customer experience. I had used shipping fields as billing fields and billing fields as shipping fields. Now I want to change them to normal status. I want to update database values as below
shipping_name = billing_name
and
billing_name = shipping_name
etc. What is the best way for this ?