Skip to content

Commit

Permalink
bugfix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fungus75 committed Jun 18, 2020
1 parent f74964f commit 37b8d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ function getLocation(globalParams) {
var params={
url:globalParams.kamereonrooturl +
'/commerce/v1/accounts/'+ globalParams.kamereonaccountid+
'/kamereon/kca/car-adapter/v2/cars/' + globalParams.zoe_vin + '/location'+
'/kamereon/kca/car-adapter/v1/cars/' + globalParams.zoe_vin + '/location'+
'?country='+ encodeURIComponent(globalParams.country),
method:"get",
headers: {
Expand Down

0 comments on commit 37b8d81

Please sign in to comment.