Add improvements

scep-fix
Thashmi-nil 2 years ago
parent 3382966543
commit 19750486de

@ -25,7 +25,6 @@ public class HubspotChat {
private String trackingUrl; private String trackingUrl;
private String accessToken; private String accessToken;
private String senderActorId; private String senderActorId;
private long channelAccountId;
@XmlElement(name = "EnableHubspot") @XmlElement(name = "EnableHubspot")
public boolean isEnableHubspot() { public boolean isEnableHubspot() {
@ -61,12 +60,4 @@ public class HubspotChat {
public void setSenderActorId(String senderActorId) { public void setSenderActorId(String senderActorId) {
this.senderActorId = senderActorId; this.senderActorId = senderActorId;
} }
@XmlElement(name = "ChannelAccountId")
public long getChannelAccountId() {
return channelAccountId;
}
public void setChannelAccountId(long channelAccountId) {
this.channelAccountId = channelAccountId;
}
} }

@ -31,7 +31,6 @@
<!-- access token - whenever the access token will be rotated, needs to be changed this with the new token --> <!-- access token - whenever the access token will be rotated, needs to be changed this with the new token -->
<AccessToken>access_token</AccessToken> <AccessToken>access_token</AccessToken>
<SenderActorId>sender_actorId</SenderActorId> <SenderActorId>sender_actorId</SenderActorId>
<ChannelAccountId>channel_AccountId</ChannelAccountId>
</HubspotChat> </HubspotChat>
<Billing> <Billing>
<HideBillGenerationInSuperTenant>false</HideBillGenerationInSuperTenant> <HideBillGenerationInSuperTenant>false</HideBillGenerationInSuperTenant>

Loading…
Cancel
Save