Skip to content

Commit

Permalink
Update Address.php
Browse files Browse the repository at this point in the history
  • Loading branch information
api-postcode authored Jun 5, 2017
1 parent 9bca0b9 commit eb9d6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Address
public function __construct($street, $zipCode, $houseNumber, $city)
{
$this->street = $street;
$this->zipcode = $zipCode;
$this->zipCode = $zipCode;
$this->houseNumber = $houseNumber;
$this->city = $city;
}
Expand Down

0 comments on commit eb9d6c1

Please sign in to comment.