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 8cdb967 commit eaa4a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/international_autocomplete_example.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eaa4a02

Please sign in to comment.