Skip to content

Commit 7adb911

Browse files
author
Henrique Almeida
committed
update profile list address
1 parent 513a781 commit 7adb911

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vtex/loaders/address/list.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ async function loader(
7070
"@type": "PostalAddress",
7171
addressCountry: address?.country,
7272
addressLocality: address?.city,
73+
neighborhood: address?.neighborhood,
74+
addressNumber: address?.number,
7375
addressRegion: address?.state,
7476
postalCode: address?.postalCode,
7577
streetAddress: address?.street,

0 commit comments

Comments
 (0)