I am creating a plugin where I am using woocommerce_checkout_update_order_meta
hook to add order item meta.
I have a plugin called WooCommerce TM Extra Product Options installed.
This plugin uses woocommerce_checkout_create_order_line_item
hook to add order item meta.
When the plugin is activated, I am getting the plugin's meta fields displayed on the order received page but my meta information is not getting displayed. My meta is getting displayed if the plugin is deactivated or when I comment the woocommerce_checkout_create_order_line_item
action hook.