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 1a699aa + c0b361d commit 4cef58dCopy full SHA for 4cef58d
src/Message/AIMAbstractRequest.php
@@ -221,6 +221,7 @@ protected function addBillingData(\SimpleXMLElement $data)
221
$req->billTo->state = $card->getBillingState();
222
$req->billTo->zip = $card->getBillingPostcode();
223
$req->billTo->country = $card->getBillingCountry();
224
+ $req->billTo->phoneNumber = $card->getBillingPhone();
225
226
$req->shipTo->firstName = $card->getShippingFirstName();
227
$req->shipTo->lastName = $card->getShippingLastName();
0 commit comments