Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WWWPiramalFinanceCOM/piramalfinance
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Oct 14, 2024
2 parents 17aa855 + 5995495 commit 5991c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/moredetailsaddress/moredetailsaddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function dropDownStateCity(response) {
async function getReviewRating(placeID) {
return new Promise((resolve, reject) => {
// https://maps.googleapis.com/maps/api/place/details/json?place_id=${placeID}&key=AIzaSyDx1HwnCLjSSIm_gADqaYAZhSBh7hgcwTQ
fetchAPI('GET', `/content/piramalfinance-eds/mapapi.json?place_id=${placeID}&key=AIzaSyDx1HwnCLjSSIm_gADqaYAZhSBh7hgcwTQ`) // api for the get request
fetchAPI('GET', `/content/piramalfinance/api/mapapi.json?place_id=${placeID}&key=AIzaSyDx1HwnCLjSSIm_gADqaYAZhSBh7hgcwTQ`) // api for the get request
.then((response) => response.json())
.then((data) => resolve(data)).catch((error) => console.log(error));

Expand Down
2 changes: 2 additions & 0 deletions paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"/content/piramalfinance-eds/in/en/api/updatesheet:/api/updatesheet.json",
"/content/piramalfinance-eds/in/en/api/branchloanmapping:/api/branchloanmapping.json",
"/content/piramalfinance-eds/in/apply-form-loan:/apply-form-loan.json",
"/content/piramalfinance-eds/in/sarfaesiwholesale:/sarfaesiwholesale.json",
"/content/piramalfinance-eds/in/eauctioncsv:/eauctioncsv.json",
"/content/piramalfinance-eds/in/en/api/authorisedcsv:/api/authorisedcsv.json"
]
}

0 comments on commit 5991c14

Please sign in to comment.