I followed the documentation of custom field to add a delivery instruction area, the extension works, I can see the checkbox and textarea showing on the screen when running npm run dev.
I have also added a metafield to my admin, order:

I tried to place some orders with delivery instructions, but the metafield in orders does not receive any value:
Here is my naming in checkout UI extension
// Define the metafield namespace and key
const metafieldNamespace = "checkout-ui-extension-0817-2";
const metafieldKey = "deliveryInstructions";
I don’t know if there is any extra settings I need to do, anyone can help?
Thank you very much!
