Skip to content

Commit

Permalink
Fix address when there is only address 1 set.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiagoebizmarts committed Sep 18, 2017
1 parent 1188f6b commit 9550b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ protected function getAddressData($address)
$addressData["addr2"] = $street[1];
} else {
if (!empty($street[0])) {
$addressData["address1"] = $street[0];
$addressData["addr1"] = $street[0];
}
}

Expand Down

0 comments on commit 9550b0b

Please sign in to comment.