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 4c7d4e5 + aa700af commit 9163f9bCopy full SHA for 9163f9b
src/Message/RestPurchaseRequest.php
@@ -426,7 +426,7 @@ public function getCustomerData()
426
'country' => $this->getCard()->getCountry(),
427
'email' => $this->getCard()->getEmail(),
428
'first_name' => $this->getCard()->getFirstName(),
429
- 'house_number' => $this->getCard()->getNumber(),
+ 'house_number' => $this->getVar1(),
430
'last_name' => $this->getCard()->getLastName(),
431
'phone' => $this->getCard()->getPhone(),
432
'state' => $this->getCard()->getState(),
0 commit comments