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 99ecb6a commit 6c9c3b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class InternationalAutocompleteExample {
// for client-side requests (browser/mobile), use this code:
let id = getEnvironmentVar("SMARTY_AUTH_WEB") ?? ""
let hostname = getEnvironmentVar("SMARTY_AUTH_REFERER") ?? ""
let client = ClientBuilder(id: id, hostname: hostname).withLicenses(licenses: ["international-autocomplete-cloud"]).buildInternationalAutocompleteApiClient()
let client = ClientBuilder(id: id, hostname: hostname).withLicenses(licenses: ["international-autocomplete-v2-cloud"]).buildInternationalAutocompleteApiClient()

// Documentation for input fields can be found at:
// https://smartystreets.com/docs/cloud/international-address-autocomplete-api#http-input-fields
Expand Down

0 comments on commit 6c9c3b3

Please sign in to comment.