Skip to content

Commit

Permalink
Merge pull request plante-app-team#58 from blazern/enable-suggestions…
Browse files Browse the repository at this point in the history
…-for-usa

Enable country-wide products suggestions for USA
  • Loading branch information
blazern authored Dec 20, 2021
2 parents c2d6b88 + ce55eba commit 77ddd4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/model/country_code.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ class CountryCode {
static const String GREAT_BRITAIN = 'gb';
static const String UNITED_KINGDOM = 'uk';
static const String RUSSIA = 'ru';
static const String USA = 'us';
}
3 changes: 2 additions & 1 deletion lib/outside/off/off_shops_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ class OffShopsManager {
CountryCode.GERMANY,
CountryCode.FRANCE,
CountryCode.NETHERLANDS,
CountryCode.BELGIUM
CountryCode.BELGIUM,
CountryCode.USA,
];

final OffVeganBarcodesObtainer _veganBarcodesObtainer;
Expand Down

0 comments on commit 77ddd4b

Please sign in to comment.