Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created September 13, 2018 14:55
Show Gist options
  • Save enricop89/d2af2600a2168e6386c0de97b17dbe41 to your computer and use it in GitHub Desktop.
Save enricop89/d2af2600a2168e6386c0de97b17dbe41 to your computer and use it in GitHub Desktop.
BandyerChat.create({
userAlias: result.id,
appId: Drupal.settings.appIdBandyer,
environment: 'sandbox'
}).then(() => {
BandyerChat.addChat(Drupal.settings.opIdBandyer);
BandyerChat.openWidget();
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment