You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
The text was updated successfully, but these errors were encountered:
porta-antiporta
changed the title
As USPS system that has recovered from an outage, I am able to receive batches of orders from TTS.
WIP As USPS system that has recovered from an outage, I am able to receive batches of orders from TTS.
Jan 10, 2022
⚠️ first name 25 char ⚠️ last name 25 char
❗ email is limted to 50 char
My gut is we don't limit name on our application, but accept that it gets truncated by USPS. This shouldn't impact deliverability. Address, given we are standardizing to USPS, should be OK.
It's email that if it gets truncated, user wouldn't receive status updates.
Adding here that we will likely need to do some character replacement to allow conversion from UTF-8 -> ASCII. Here's Ryan's POC: "Ryán".encode("ASCII", fallback: ->(orig) { 'a' })
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: