diff --git a/src/examples/InternationalAutocompleteExample.cs b/src/examples/InternationalAutocompleteExample.cs index 410dc33..092eeec 100644 --- a/src/examples/InternationalAutocompleteExample.cs +++ b/src/examples/InternationalAutocompleteExample.cs @@ -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{"international-autocomplete-cloud"}) + var client = new ClientBuilder(authId, authToken).WithLicense(new List{"international-autocomplete-v2-cloud"}) .BuildInternationalAutocompleteApiClient(); // Documentation for input fields can be found at: