mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add improvements
This commit is contained in:
parent
3382966543
commit
19750486de
@ -25,7 +25,6 @@ public class HubspotChat {
|
||||
private String trackingUrl;
|
||||
private String accessToken;
|
||||
private String senderActorId;
|
||||
private long channelAccountId;
|
||||
|
||||
@XmlElement(name = "EnableHubspot")
|
||||
public boolean isEnableHubspot() {
|
||||
@ -61,12 +60,4 @@ public class HubspotChat {
|
||||
public void setSenderActorId(String 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 -->
|
||||
<AccessToken>access_token</AccessToken>
|
||||
<SenderActorId>sender_actorId</SenderActorId>
|
||||
<ChannelAccountId>channel_AccountId</ChannelAccountId>
|
||||
</HubspotChat>
|
||||
<Billing>
|
||||
<HideBillGenerationInSuperTenant>false</HideBillGenerationInSuperTenant>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user