new(whatsapp.gblib): Multiple providers can be loaded at once.
This commit is contained in:
parent
cad03e145e
commit
844004fa01
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export class WhatsappDirectLine extends GBService {
|
||||||
let phoneId = this.whatsappServiceNumber.split(';')[0];
|
let phoneId = this.whatsappServiceNumber.split(';')[0];
|
||||||
let productId = this.whatsappServiceNumber.split(';')[1]
|
let productId = this.whatsappServiceNumber.split(';')[1]
|
||||||
|
|
||||||
let url = `${this.INSTANCE_URL}/${phoneId}/config`;
|
let url = `${this.INSTANCE_URL}/${productId}/${phoneId}/config`;
|
||||||
WhatsappDirectLine.phones[phoneId] = this.botId;
|
WhatsappDirectLine.phones[phoneId] = this.botId;
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue