Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Added official support for Sweden
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmarmour committed Sep 21, 2020
1 parent ef93182 commit 7995e3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ var skuBasedConfig = map[string]RegionalConfig{
Locale: "fr_fr",
Currency: "EUR",
},
"5438798100": {
SKU: "5438798100",
Locale: "sv_se",
Currency: "SEK",
},
}

//GetTwilioConfig Generates TwilioConfiguration for application from environmental variables.
Expand Down

0 comments on commit 7995e3f

Please sign in to comment.