Formatting
This commit is contained in:
parent
7db73ef10e
commit
5bd09c249c
1 changed files with 4 additions and 4 deletions
|
|
@ -46,11 +46,11 @@ export function initializeSalesforceWebchatForSys(
|
||||||
embeddedservice_bootstrap.settings.language = "en_US"; // For example, enter 'en' or 'en-US'
|
embeddedservice_bootstrap.settings.language = "en_US"; // For example, enter 'en' or 'en-US'
|
||||||
|
|
||||||
embeddedservice_bootstrap.init(
|
embeddedservice_bootstrap.init(
|
||||||
'00DcY0000067qKz',
|
"00DcY0000067qKz",
|
||||||
'Sales_Central_TFN',
|
"Sales_Central_TFN",
|
||||||
'https://safelite2--sys.sandbox.my.site.com/ESWSalesCentralTFN1767797265631',
|
"https://safelite2--sys.sandbox.my.site.com/ESWSalesCentralTFN1767797265631",
|
||||||
{
|
{
|
||||||
scrt2URL: 'https://safelite2--sys.sandbox.my.salesforce-scrt.com'
|
scrt2URL: "https://safelite2--sys.sandbox.my.salesforce-scrt.com",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue