From a41b4203cb7141e2d2dac867f605a71e7789b2d0 Mon Sep 17 00:00:00 2001 From: Vladimir <52977415+dvm1984@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:47:38 -0300 Subject: [PATCH 1/2] Update NZL.ts updating the way GAPI auto-filled address is displayed at checkout. Client needs the neighborhood to show. --- react/country/NZL.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react/country/NZL.ts b/react/country/NZL.ts index eb655336..f9a10405 100644 --- a/react/country/NZL.ts +++ b/react/country/NZL.ts @@ -130,10 +130,11 @@ const rules: PostalCodeRules = { required: true, }, }, - summary: [ +summary: [ [{ name: 'complement' }, { delimiter: ' ', name: 'street' }], [ { name: 'city' }, + { delimiter: ', ', name: 'neighborhood' }, { delimiter: ', ', name: 'state' }, { delimiter: ' ', name: 'postalCode' }, ], From edea705f8e58f13bdf1138b98e94c60493a1d75c Mon Sep 17 00:00:00 2001 From: Vladimir <52977415+dvm1984@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:52:00 -0300 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 66587a37..08e93533 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "address-form", "vendor": "vtex", - "version": "3.34.4", + "version": "3.34.5", "title": "address-form React component", "description": "address-form React component", "defaultLocale": "en",