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 439bb6e + 07e5af2 commit 6e1990fCopy full SHA for 6e1990f
src/Message/AIMAbstractRequest.php
@@ -222,7 +222,7 @@ protected function addBillingData(\SimpleXMLElement $data)
222
$req->billTo->zip = $card->getBillingPostcode();
223
$req->billTo->country = $card->getBillingCountry();
224
225
- $req->shipTo->firstName = $card->getShippingLastName();
+ $req->shipTo->firstName = $card->getShippingFirstName();
226
$req->shipTo->lastName = $card->getShippingLastName();
227
$req->shipTo->company = $card->getShippingCompany();
228
$req->shipTo->address = trim($card->getShippingAddress1() . " \n" . $card->getShippingAddress2());
0 commit comments