Cart Notes Not Appearing in Order Confirmation Email

My order note is not visible on order confirmation emails.

The order note liquid is presenting itself in the preview on the settings page and on the test email. However, it does not actually occur when an order is placed and sent to the customer.

I have the order note placed down in the customer information section:

{% if billing_address %} {% endif %}

Billing address

{{ billing_address | format_address }}
**** **

Order notes: {{ note }}

** **
** {% if requires_shipping and shipping_address %}

See attachments of preview in settings, test email, and an actual customer email.

Shipping method

{{ shipping_method.title }}

Looks like you’re looking at 2 different emails. The first one is the ‘Order confirmation’ email that goes to the customer. The second is the ‘New order’ email that gets sent to someone internally in your business. Need to update both.