We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d24159 commit 2ba589cCopy full SHA for 2ba589c
1 file changed
examples/address_validation.py
@@ -102,7 +102,7 @@ class can handle up to 100 addresses for validation.
102
print("Supported Country: {}".format(cur_attribute.Value == 'true'))
103
if cur_attribute.Name == "SuiteRequiredButMissing":
104
print("Missing Suite: {}".format(cur_attribute.Value == 'true'))
105
- if cur_attribute.Name == "CountrySupported":
+ if cur_attribute.Name == "InvalidSuiteNumber":
106
print("Invalid Suite: {}".format(cur_attribute.Value == 'true'))
107
if cur_attribute.Name == "MultipleMatches":
108
print("Multiple Matches: {}".format(cur_attribute.Value == 'true'))
0 commit comments