Add VAT number handling in order processing and invoice templates
This commit is contained in:
@@ -4559,6 +4559,7 @@ function transformOrderData(array $orderData): array {
|
||||
'country' => $firstRow['address_country'],
|
||||
'phone' => $firstRow['address_phone'],
|
||||
'language' => $firstRow['user_language'],
|
||||
'vat_number' => $firstRow['vat_number']
|
||||
],
|
||||
'products' => [],
|
||||
'invoice' => [
|
||||
|
||||
Reference in New Issue
Block a user