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 5863e57 commit c0b361dCopy full SHA for c0b361d
src/Message/AIMAbstractRequest.php
@@ -231,7 +231,6 @@ protected function addBillingData(\SimpleXMLElement $data)
231
$req->shipTo->state = $card->getShippingState();
232
$req->shipTo->zip = $card->getShippingPostcode();
233
$req->shipTo->country = $card->getShippingCountry();
234
- $req->shipTo->phoneNumber = $card->getShippingPhone();
235
}
236
237
return $data;
0 commit comments