Skip to content

Commit 72abc91

Browse files
committed
Add province
1 parent 668bc42 commit 72abc91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebApp/DataModel/Address.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class Address {
88

99
public $street1;
1010
public $street2;
11+
public $province;
1112
public $zipCode;
1213
public $city;
1314
public $country;

0 commit comments

Comments
 (0)