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 08360b0 + f428f59 commit d4f11c9Copy full SHA for d4f11c9
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