From eaa4a0256c3c9af44c2f7ee5b49222e72f0a7798 Mon Sep 17 00:00:00 2001 From: Acacia Warner Date: Tue, 14 Nov 2023 16:49:31 -0700 Subject: [PATCH] Update example license value for v2. --- examples/international_autocomplete_example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/international_autocomplete_example.rb b/examples/international_autocomplete_example.rb index cdfe225..8443a55 100644 --- a/examples/international_autocomplete_example.rb +++ b/examples/international_autocomplete_example.rb @@ -22,7 +22,7 @@ def run # The appropriate license values to be used for your subscriptions # can be found on the Subscriptions page of the account dashboard. # https://www.smartystreets.com/docs/cloud/licensing - client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['international-autocomplete-cloud']) + client = SmartyStreets::ClientBuilder.new(credentials).with_licenses(['international-autocomplete-v2-cloud']) .build_international_autocomplete_api_client # Documentation for input fields can be found at: