We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cfa71 commit b4827e3Copy full SHA for b4827e3
src/Message/RestPurchaseRequest.php
@@ -420,8 +420,8 @@ public function getCustomerData()
420
}
421
422
$cardData = array(
423
- 'address_1' => $this->getCard()->getAddress1(),
424
- 'address_2' => $this->getCard()->getAddress2(),
+ 'address1' => $this->getCard()->getAddress1(),
+ 'address2' => $this->getCard()->getAddress2(),
425
'city' => $this->getCard()->getCity(),
426
'country' => $this->getCard()->getCountry(),
427
'email' => $this->getCard()->getEmail(),
0 commit comments