Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
feat(sms): Partial SMS rollout in BE and NL. (#6032)
Browse files Browse the repository at this point in the history
Both countries have been tested by local testers
and are given the thumbs up!

fixes #6031
  • Loading branch information
Shane Tomlinson authored and vladikoff committed Apr 9, 2018
1 parent 51a32d7 commit 193ca25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/lib/country-telephone-info.js
Expand Up @@ -98,7 +98,7 @@ module.exports = {
normalize: ensurePrefix('+32'),
pattern: /^(?:\+32\d{9}|\d{10})$/,
prefix: '+32',
rolloutRate: 0 // being soft launched. Testers will need to open `/sms?service=sync&country=BE`
rolloutRate: 0.5
},
// Germany
// https://en.wikipedia.org/wiki/Telephone_numbers_in_Germany
Expand Down Expand Up @@ -170,7 +170,7 @@ module.exports = {
normalize: ensurePrefix('+31'),
pattern: /^(?:\+31)?\d{4,}$/, // Non-geographical numbers have no fixed length. 3 access digits + at least one other digit.
prefix: '+31',
rolloutRate: 0.0 // being soft launched. Testers will need to open `/sms?service=sync&country=NL`
rolloutRate: 0.5
},
// Portugal
// https://en.wikipedia.org/wiki/Telephone_numbers_in_Portugal
Expand Down

0 comments on commit 193ca25

Please sign in to comment.