The w9 url only accepts band_id as a parameter. The problem with that is we've been sending out emails that use id as a parameter instead of band_id. So when the band tries to click on the URL in the email they received, they are rewarded with a nice big error.
I'd like to just switch the email to use the right parameter, but we've ALREADY sent those emails out. They exist in the wild. So, I've changed the w9 method to accept both band_id AND id.
I'm going to sleep, so if anyone happens to review this before I wake up, please change it as you see fit, merge it, and deploy it on my behalf. Because we have users out there clicking on bum links.
The w9 url only accepts
band_id
as a parameter. The problem with that is we've been sending out emails that useid
as a parameter instead ofband_id
. So when the band tries to click on the URL in the email they received, they are rewarded with a nice big error.I'd like to just switch the email to use the right parameter, but we've ALREADY sent those emails out. They exist in the wild. So, I've changed the w9 method to accept both
band_id
ANDid
.I'm going to sleep, so if anyone happens to review this before I wake up, please change it as you see fit, merge it, and deploy it on my behalf. Because we have users out there clicking on bum links.