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.
2 parents 01cfa71 + b4827e3 commit c26abbaCopy full SHA for c26abba
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