File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/Umbraco.Cms.Integrations.Crm.Hubspot Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ public class FormsController : UmbracoAuthorizedApiController
5252 private readonly ILogger _logger ;
5353#endif
5454
55- public const string OAuthClientId = "8b4db9a8-3b78-48bc-85b0-96a4211a1c83 " ;
56- private const string OAuthScopes = "oauth forms" ; // oauth forms
55+ public const string OAuthClientId = "1a04f5bf-e99e-48e1-9d62-6c25bf2bdefe " ;
56+ private const string OAuthScopes = "oauth forms crm.objects.contacts.read crm.objects.contacts.write" ;
5757 private const string OAuthProxyBaseUrl = "https://hubspot-forms-auth.umbraco.com/" ; // for local testing: https://localhost:44364
5858 private const string OAuthProxyEndpoint = "{0}oauth/v1/token" ;
5959 private const string HubspotServiceName = "HubspotForms" ;
Original file line number Diff line number Diff line change 1010 <PackageIconUrl ></PackageIconUrl >
1111 <PackageProjectUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</PackageProjectUrl >
1212 <RepositoryUrl >https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl >
13- <Version >1.0.1 </Version >
13+ <Version >1.0.2 </Version >
1414 <Authors >Umbraco HQ</Authors >
1515 <Company >Umbraco</Company >
1616 </PropertyGroup >
Original file line number Diff line number Diff line change 33 <info >
44 <package >
55 <name >Umbraco.Cms.Integrations.Crm.Hubspot</name >
6- <version >1.0.1 </version >
6+ <version >1.0.2 </version >
77 <iconUrl ></iconUrl >
88 <licence url =" https://opensource.org/licenses/MIT" >MIT</licence >
99 <url >https://github.com/umbraco/Umbraco.Cms.Integrations</url >
You can’t perform that action at this time.
0 commit comments