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 ebee07a + 0f38f03 commit f428f59Copy full SHA for f428f59
app/code/Magento/Customer/Model/Address/CustomerAddressDataFormatter.php
@@ -81,6 +81,7 @@ public function prepareAddress(AddressInterface $customerAddress)
81
'inline' => $this->getCustomerAddressInline($customerAddress),
82
'custom_attributes' => [],
83
'extension_attributes' => $customerAddress->getExtensionAttributes(),
84
+ 'vat_id' => $customerAddress->getVatId()
85
];
86
87
if ($customerAddress->getCustomAttributes()) {
0 commit comments