New style reservation email doesn't always say "Your reservation is confirmed"
ScottBishop opened this issue · 1 comments
ScottBishop commented
The string is hardcoded to look for Your reservation is confirmed
, but when a reservation is changed, the subject line looks like this:
John Doe's 10/26 San Francisco (XXXXXX): Your change is confirmed.
We might need to change this to a regex to exclude the second word from the check.
DavidWittman commented
Thanks Scott. I also noticed that some of the emails don't even say "Your
reservation is confirmed"... I'll probably need to improve that code path
to check a few different regexes.
…On Tue, Oct 23, 2018, 8:36 PM Scott Bishop ***@***.***> wrote:
The string is hardcoded to look for Your reservation is confirmed, but
when a reservation is changed, the subject line looks like this:
John Doe's 10/26 San Francisco (XXXXXX): Your change is confirmed.
We might need to change this to a regex to exclude the second word from
the check.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArmL7a3kRu4OEQXzLBjtsCbqd-78zk5ks5un8QKgaJpZM4X29nr>
.