daddyz/phonelib

Rename Belarusian carrier Velcom to A1

Closed this issue · 0 comments

Since August 2019, the Velcom company was rebranded to A1 (more info here https://en.wikipedia.org/wiki/A1_Belarus). Per this issue the carrier Velcom should be renamed to A1

Before:

Phonelib.parse("375296000000").carrier
=> "Velcom"

After:

Phonelib.parse("375296000000").carrier
=> "A1"