Skip to content

Commit d6c0c59

Browse files
authored
Merge pull request #93 from smarty/landon/new-intl-fields
Add new international fields
2 parents 7799a36 + 4accb55 commit d6c0c59

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/international_street/Candidate.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ class Candidate {
6565
this.components.postBox = responseData.components.post_box;
6666
this.components.postBoxType = responseData.components.post_box_type;
6767
this.components.postBoxNumber = responseData.components.post_box_number;
68+
this.components.additionalContent = responseData.components.additional_content;
69+
this.components.deliveryInstallation = responseData.components.delivery_installation;
70+
this.components.deliveryInstallationType = responseData.components.delivery_installation_type;
71+
this.components.deliveryInstallationQualifierName = responseData.components.delivery_installation_qualifier_name;
72+
this.components.route = responseData.components.route;
73+
this.components.routeNumber = responseData.components.route_number;
74+
this.components.routeType = responseData.components.route_type;
6875
}
6976

7077
this.analysis = {};

0 commit comments

Comments
 (0)