Skip to content

Commit

Permalink
Merge pull request #16 from jorenvanhee/address-fix
Browse files Browse the repository at this point in the history
Fix address keys
  • Loading branch information
delatbabel authored Jan 12, 2017
2 parents 01cfa71 + b4827e3 commit c26abba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Message/RestPurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ public function getCustomerData()
}

$cardData = array(
'address_1' => $this->getCard()->getAddress1(),
'address_2' => $this->getCard()->getAddress2(),
'address1' => $this->getCard()->getAddress1(),
'address2' => $this->getCard()->getAddress2(),
'city' => $this->getCard()->getCity(),
'country' => $this->getCard()->getCountry(),
'email' => $this->getCard()->getEmail(),
Expand Down

0 comments on commit c26abba

Please sign in to comment.