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 f1e6d32 commit a573b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/InternationalAutocompleteExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static void Run()
// The appropriate license values to be used for your subscriptions
// can be found on the Subscriptions page the account dashboard.
// https://www.smartystreets.com/docs/cloud/licensing
var client = new ClientBuilder(authId, authToken).WithLicense(new List<string>{"international-autocomplete-cloud"})
var client = new ClientBuilder(authId, authToken).WithLicense(new List<string>{"international-autocomplete-v2-cloud"})
.BuildInternationalAutocompleteApiClient();

// Documentation for input fields can be found at:
Expand Down

0 comments on commit a573b6c

Please sign in to comment.