mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
docs: update mobile carriers
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
+6
-5
@@ -69,17 +69,18 @@ const notifications = {
|
||||
phone: {
|
||||
availableCarriers: new Map([
|
||||
['att', 'txt.att.net'],
|
||||
['bell', 'txt.bell.ca'],
|
||||
['fido', 'fido.ca'],
|
||||
['google', 'msg.fi.google.com'],
|
||||
['koodo', 'msg.koodomobile.com'],
|
||||
['mint', 'mailmymobile.net'],
|
||||
['rogers', 'pcs.rogers.com'],
|
||||
['sprint', 'messaging.sprintpcs.com'],
|
||||
['telus', 'msg.telus.com'],
|
||||
['tmobile', 'tmomail.net'],
|
||||
['verizon', 'vtext.com'],
|
||||
['bell', 'txt.bell.ca'],
|
||||
['fido', 'fido.ca'],
|
||||
['rogers', 'pcs.rogers.com'],
|
||||
['kudo', 'msg.koodomobile.com'],
|
||||
['virgin', 'vmobile.ca']
|
||||
['virgin', 'vmobl.com'],
|
||||
['virgin-ca', 'vmobile.ca']
|
||||
]),
|
||||
carrier: envOrString(process.env.PHONE_CARRIER),
|
||||
number: envOrString(process.env.PHONE_NUMBER)
|
||||
|
||||
Reference in New Issue
Block a user