Skip to content

Commit

Permalink
Update Client.php (#100)
Browse files Browse the repository at this point in the history
Added: '.sa' TLD
  • Loading branch information
dajanvulaj authored Apr 9, 2024
1 parent bcf3fda commit cfba05b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ protected function getRegionTLD(): string
return '.in';
case Region::CN:
return '.com.cn';
case Region::SA:
return '.sa';
case Region::US:
default:
return '.com';
Expand Down

0 comments on commit cfba05b

Please sign in to comment.