Skip to content

Commit 7f1b935

Browse files
authored
fix(docs): update docs to use enterprise plan (#8)
1 parent f4383c0 commit 7f1b935

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

WITH_WEB_CHAT.MD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const MyLocation = ({ location, createWebChatInstance }) => {
4444
integrationID: 'XXXX',
4545
region: 'XXXX',
4646
serviceInstanceID: 'XXXX',
47+
// subscriptionID: 'only on enterprise plans',
4748
onLoad: onWebChatLoad
4849
};
4950

@@ -88,6 +89,7 @@ class MyLocation extends Component {
8889
integrationID: 'XXXX',
8990
region: 'XXXX',
9091
serviceInstanceID: 'XXXX',
92+
// subscriptionID: 'only on enterprise plans',
9193
onLoad: this.onWebChatLoad
9294
};
9395

@@ -184,6 +186,7 @@ const MyLocation = ({ location, createWebChatInstance }: MyLocationProps) => {
184186
integrationID: 'XXXX',
185187
region: 'XXXX',
186188
serviceInstanceID: 'XXXX',
189+
// subscriptionID: 'only on enterprise plans',
187190
onLoad: onWebChatLoad
188191
};
189192

src/__tests__/WebChatContainer.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { render } from '@testing-library/react';
1717
import { WebChatContainer, WebChatContainerProps } from '../WebChatContainer';
1818
import { TEST_INSTANCE_CONFIG, waitForText, waitForWebChat } from '../test/testUtils';
1919
import { WebChatInstance } from '../types/WebChatInstance';
20+
import { CustomResponseEvent } from '../types/CustomResponseEvent';
2021

2122
jest.setTimeout(20000);
2223

0 commit comments

Comments
 (0)