Skip to content

Commit

Permalink
Merge pull request #325 from lux-group/OPEX-1247
Browse files Browse the repository at this point in the history
fix: update US/GB phone numbers
  • Loading branch information
dyachoksa authored Oct 3, 2023
2 parents c8c8152 + b2a6e27 commit 856c7b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.2",
"version": "5.1.4",
"description": "Region information for Luxury Escapes",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
16 changes: 8 additions & 8 deletions src/regions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1225,12 +1225,12 @@ export const regions: BrandRegions = {
marketedLos: DEFAULT_MARKETED_LOS,
phone: {
local: {
humanReadable: "0800 014 8176",
number: "08000148176",
humanReadable: "0808 175 4987",
number: "08081754987",
},
international: {
humanReadable: "+61 3 7032 3381",
number: "+61370323381",
humanReadable: "+44 20 3763 8046",
number: "+442037638046",
},
default: "local",
},
Expand Down Expand Up @@ -1267,12 +1267,12 @@ export const regions: BrandRegions = {
marketedLos: DEFAULT_MARKETED_LOS,
phone: {
local: {
humanReadable: "888 809 6860",
number: "8888096860",
humanReadable: "888 337 2083",
number: "8883372083",
},
international: {
humanReadable: "+61 3 7032 3381",
number: "+61370323381",
humanReadable: "+1201 977 8523",
number: "+12019778523",
},
default: "local",
},
Expand Down

0 comments on commit 856c7b1

Please sign in to comment.