File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Umbraco.Forms.Integrations.Crm.ActiveCampaign/Configuration
Umbraco.Forms.Integrations.Crm.Hubspot/Configuration Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ public ActiveCampaignSettings()
8
8
ContactFields = new List < ContactFieldSettings > ( ) ;
9
9
}
10
10
11
- public string BaseUrl { get ; }
11
+ public string BaseUrl { get ; set ; }
12
12
13
- public string ApiKey { get ; }
13
+ public string ApiKey { get ; set ; }
14
14
15
- public bool AllowContactUpdate { get ; }
15
+ public bool AllowContactUpdate { get ; set ; }
16
16
17
17
public List < ContactFieldSettings > ContactFields { get ; set ; }
18
18
}
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ public class HubspotSettings
5
5
{
6
6
public string ApiKey { get ; set ; }
7
7
8
- public bool AllowContactUpdate { get ; }
8
+ public bool AllowContactUpdate { get ; set ; }
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments