Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Skullbock committed Apr 9, 2024
2 parents e11adc1 + cfba05b commit 6f5e62b
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 6f5e62b

Please sign in to comment.