Skip to content

Commit

Permalink
Merge pull request #480 from mailchimp/fix-address
Browse files Browse the repository at this point in the history
Fix address
  • Loading branch information
Santiagoebizmarts authored Sep 18, 2017
2 parents 1188f6b + e0e41fc commit 34f02a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions app/code/community/Ebizmarts/MailChimp/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<config>
<modules>
<Ebizmarts_MailChimp>
<version>1.1.8</version>
<version>1.1.9</version>
</Ebizmarts_MailChimp>
<Ebizmarts_Mandrill>
<version>1.1.8</version>
<version>1.1.9</version>
</Ebizmarts_Mandrill>
</modules>
<global>
Expand Down

0 comments on commit 34f02a1

Please sign in to comment.