File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Umbraco.Forms.Integrations.Crm.Hubspot/Services Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 appSettings : |
3535 [
3636 {
37- "name": "ClientSecret",
37+ "name": "AppSettings: ClientSecret",
3838 "value": "$(hubSpotAppSecretKey)",
3939 "slotSetting": false
4040 }
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ public class HubspotContactService : IContactService
3737 private const string OAuthScopes = "crm.objects.contacts.read%20crm.objects.contacts.write" ;
3838 private const string OAauthClientId = "1a04f5bf-e99e-48e1-9d62-6c25bf2bdefe" ;
3939
40- private const string OAuthRedirectUrl = "https://localhost:44364 /" ;
41- private const string OAuthTokenProxyUrl = "https://localhost:44364 /oauth/v1/token" ;
40+ private const string OAuthRedirectUrl = "https://hubspot-forms-auth.rainbowsrock.net /" ;
41+ private const string OAuthTokenProxyUrl = "https://hubspot-forms-auth.rainbowsrock.net/ /oauth/v1/token" ;
4242
4343 private const string AccessTokenCacheKey = "HubSpotOAuthAccessToken" ;
4444
You can’t perform that action at this time.
0 commit comments