Skip to content

Commit f428f59

Browse files
ENGCOM-5748: Resolve Vat ID not being included in Shipping Address issue24402 #24403
- Merge Pull Request #24403 from edenduong/magento2:2.3-bugfix/vat_id_shippng_issue24402 - Merged commits: 1. 0f38f03
2 parents ebee07a + 0f38f03 commit f428f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/Model/Address/CustomerAddressDataFormatter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public function prepareAddress(AddressInterface $customerAddress)
8181
'inline' => $this->getCustomerAddressInline($customerAddress),
8282
'custom_attributes' => [],
8383
'extension_attributes' => $customerAddress->getExtensionAttributes(),
84+
'vat_id' => $customerAddress->getVatId()
8485
];
8586

8687
if ($customerAddress->getCustomAttributes()) {

0 commit comments

Comments
 (0)