Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
fix(*): show asked city instead of city corsponding to number
Browse files Browse the repository at this point in the history
show asked city which user understands instead of a city name corsponding to geographical number

fixes MFRWW-438
  • Loading branch information
Ravindra Adireddy committed Jul 16, 2018
1 parent 3f7946e commit f912b7d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
6 changes: 6 additions & 0 deletions dist/ovh-api-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -16477,6 +16477,12 @@ angular.module("ovh-api-services").service("OvhApiTelephonyNumberV6", ["$resourc
isArray: true,
cache: OvhApiTelephonyNumber.cache
},
getDetailedZones: {
method: "GET",
url: "/telephony/number/detailedZones",
isArray: true,
cache: OvhApiTelephonyNumber.cache
},
getRanges: {
method: "GET",
url: "/telephony/number/ranges",
Expand Down
Loading

0 comments on commit f912b7d

Please sign in to comment.