mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 06:21:50 -05:00
Update app to utilize updated phone validation methods
This commit is contained in:
@@ -12,9 +12,9 @@ from app.celery.process_ses_receipts_tasks import process_ses_results
|
||||
from app.config import QueueNames
|
||||
from app.models import SMS_TYPE
|
||||
|
||||
temp_fail = "5558675303"
|
||||
perm_fail = "5558675302"
|
||||
delivered = "5558675309"
|
||||
temp_fail = "2028675303"
|
||||
perm_fail = "2028675302"
|
||||
delivered = "2028675309"
|
||||
|
||||
delivered_email = "delivered@simulator.notify"
|
||||
perm_fail_email = "perm-fail@simulator.notify"
|
||||
|
||||
Reference in New Issue
Block a user