Skip to content

Commit

Permalink
Update FiatClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart738 authored Jul 9, 2024
1 parent 320cd66 commit 22c3291
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FiatAddon/FiatClient/FiatClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ public FiatClient(string user, string password, FcaBrand brand = FcaBrand.Fiat,
_loginUrl = "https://login-us.ramtrucks.com";
_tokenUrl = "https://authz.sdpr-02.fcagcv.com/v2/cognito/identity/token";
_apiUrl = "https://channels.sdpr-02.fcagcv.com";
_authApiKey = "JWRYW7IYhW9v0RqDghQSx4UcRYRILNmc8zAuh5ys"; // UNKNOWN
_authUrl = "https://mfa.fcl-01.fcagcv.com"; // UNKNOWN
_authApiKey = "fNQO6NjR1N6W0E5A6sTzR3YY4JGbuPv48Nj9aZci";
_authUrl = "https://mfa.fcl-02.fcagcv.com";
_awsEndpoint = RegionEndpoint.USEast1;
_locale = "en_us";
}
Expand Down

0 comments on commit 22c3291

Please sign in to comment.