Skip to content

Commit

Permalink
Added transferwise equivalent domains (#1743)
Browse files Browse the repository at this point in the history
* Added transferwise domains

TransferWise.com and Wise.com

* Remove empty line

Co-authored-by: Daniel James Smith <djsmith@web.de>
  • Loading branch information
haneef95 and djsmith85 authored Dec 19, 2021
1 parent 224bfb6 commit 5a8f334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Core/Enums/GlobalEquivalentDomainsType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@ public enum GlobalEquivalentDomainsType : byte
Sony = 84,
Proton = 85,
Ubisoft = 86,
TransferWise = 87,
}
}
1 change: 1 addition & 0 deletions src/Core/Utilities/StaticStore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ static StaticStore()
GlobalDomains.Add(GlobalEquivalentDomainsType.Sony, new List<string> { "sonyentertainmentnetwork.com", "sony.com" });
GlobalDomains.Add(GlobalEquivalentDomainsType.Proton, new List<string> { "protonmail.com", "protonvpn.com" });
GlobalDomains.Add(GlobalEquivalentDomainsType.Ubisoft, new List<string> { "ubisoft.com", "ubi.com" });
GlobalDomains.Add(GlobalEquivalentDomainsType.TransferWise, new List<string> { "transferwise.com", "wise.com" });
#endregion

#region Plans
Expand Down

0 comments on commit 5a8f334

Please sign in to comment.