Merge pull request #3042 from Safelite/feature/CASH-2254
Fix Sierra transfer bug
This commit is contained in:
commit
b357bc8a92
1 changed files with 1 additions and 4 deletions
|
|
@ -138,10 +138,7 @@ export default {
|
|||
}
|
||||
// Pass data to Salesforce chat if available
|
||||
const transfer = event.detail;
|
||||
if (
|
||||
window.embeddedservice_bootstrap &&
|
||||
typeof window.embeddedservice_bootstrap.bootstrapEmbeddedService === "function"
|
||||
) {
|
||||
if (window.embeddedservice_bootstrap && window.embeddedservice_bootstrap.prechatAPI) {
|
||||
if (
|
||||
transfer &&
|
||||
transfer.data &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue