My client also received such an email.
In additional scripts, I have this line in the analytics script.
'transaction_id': '{{ order.order_number }}',
Will changing order.order_number to checkout.order_number or checkout.order_id (as it was in the email) solve the problem and not kill the analytics?
Which version is correct checkout.order_number or checkout.order_id?