Skip to content

Commit c0b361d

Browse files
committed
Remove phoneNumber from shipTo
1 parent 5863e57 commit c0b361d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Message/AIMAbstractRequest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ protected function addBillingData(\SimpleXMLElement $data)
231231
$req->shipTo->state = $card->getShippingState();
232232
$req->shipTo->zip = $card->getShippingPostcode();
233233
$req->shipTo->country = $card->getShippingCountry();
234-
$req->shipTo->phoneNumber = $card->getShippingPhone();
235234
}
236235

237236
return $data;

0 commit comments

Comments
 (0)