From a573b6c8b7de77e573b25aea8409fcc781f7c889 Mon Sep 17 00:00:00 2001 From: Acacia Warner Date: Tue, 14 Nov 2023 16:42:45 -0700 Subject: [PATCH] Update example license value for v2. --- src/examples/InternationalAutocompleteExample.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: