Closed kalbfled closed 2 months ago
@mjones-oddball While working on v3 tickets, I discovered that anybody with SMS, but not international SMS, permission can use v3 to send international SMS right now. This is a very easy ticket, and I would like to fix this immediately.
User Story - Business Need
User Story(ies)
As a Notify service, I want to be able to send international SMS messages So that I can serve all veterans.
Additional Info and Resources
See #1585.
Engineering Checklist
if "phone_number" in request_data:
block (after line 106). Ifphone_number.country_code != 1
, the service must have INTERNATIONAL_SMS_TYPE permission.Acceptance Criteria