Skip to content

Commit 0f38f03

Browse files
committed
Resolve Vat ID not being included in Shipping Address in Magento 2.3.2 issue24402
1 parent ebee07a commit 0f38f03

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)