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.
1 parent ebee07a commit 0f38f03Copy full SHA for 0f38f03
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