Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions config/country_dialing_codes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ BO:
supports_sms: true
supports_sms_unconfirmed: false
supports_voice: false
BQ:
country_code: '599'
name: Netherlands Antilles
supports_sms: true
supports_voice: false
BR:
country_code: '55'
name: Brazil
Expand Down
5 changes: 0 additions & 5 deletions config/pinpoint_supported_countries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ BO:
name: Bolivia
supports_sms: true
supports_voice: false
BQ:
country_code: '599'
name: Netherlands Antilles
supports_sms: true
supports_voice: false
BR:
country_code: '55'
name: Brazil
Expand Down
2 changes: 1 addition & 1 deletion lib/pinpoint_supported_countries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def sms_support
SENDER_ID_COUNTRIES.include?(iso_code) || SENDER_ID_EXCEPTION_COUNTRIES.include?(iso_code)
when 'Registration required3' # basically only India, has special rules
true
when 'Registration required9' # if a sender ID is sent, it must be registered
when 'Registration required8' # if a sender ID is sent, it must be registered
!SENDER_ID_COUNTRIES.include?(iso_code)
else
true
Expand Down