Skip to content

Commit

Permalink
Update example license value for v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alrwarner committed Nov 14, 2023
1 parent f997f7e commit 2cd8e99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void main(String[] args) {
// can be found on the Subscriptions page of the account dashboard.
// https://www.smartystreets.com/docs/cloud/licensing
ArrayList<String> licenses = new ArrayList<>();
licenses.add("international-autocomplete-cloud");
licenses.add("international-autocomplete-v2-cloud");
Client client = new ClientBuilder(credentials).withLicenses(licenses).buildInternationalAutcompleteApiClient();
Lookup lookup = new Lookup("Louis");

Expand Down

0 comments on commit 2cd8e99

Please sign in to comment.