Skip to content

Commit

Permalink
update treatme phone international number
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus-zilio committed Oct 11, 2023
1 parent ed45137 commit b9b9055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luxuryescapes/lib-regions",
"version": "5.1.5",
"version": "5.1.6",
"description": "Region information for Luxury Escapes",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions src/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1515,8 +1515,8 @@ export const regions: BrandRegions = {
number: "0800846182",
},
international: {
humanReadable: "+61 3 7032 3413",
number: "+61370323413",
humanReadable: "+64 8 0084 6182",
number: "+64800846182",
},
default: "international",
},
Expand Down Expand Up @@ -1659,8 +1659,8 @@ export const regions: BrandRegions = {
number: "0800846182",
},
international: {
humanReadable: "+61 3 7032 3413",
number: "+61370323413",
humanReadable: "+64 8 0084 6182",
number: "+64800846182",
},
default: "international",
},
Expand Down

0 comments on commit b9b9055

Please sign in to comment.