fix(WhatsappDirectLine): comment out unused header component in message structure
Some checks are pending
GBCI / build (push) Waiting to run
Some checks are pending
GBCI / build (push) Waiting to run
This commit is contained in:
parent
75b0e0a9c8
commit
e17ad407ff
1 changed files with 11 additions and 10 deletions
|
@ -861,16 +861,17 @@ export class WhatsappDirectLine extends GBService {
|
||||||
let data: any = {
|
let data: any = {
|
||||||
name: template,
|
name: template,
|
||||||
components: [
|
components: [
|
||||||
{
|
// {
|
||||||
type: 'HEADER',
|
// type: 'HEADER',
|
||||||
format: 'TEXT',
|
// format: 'TEXT',
|
||||||
text: 'Uma novidade para você',
|
// text: 'General Bots',
|
||||||
example: {
|
// example: {
|
||||||
header_text: [
|
// header_text: [
|
||||||
"Uma novidade para você"
|
// "General Bots"
|
||||||
]
|
// ]
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
|
|
||||||
{
|
{
|
||||||
type: 'BODY',
|
type: 'BODY',
|
||||||
text: text
|
text: text
|
||||||
|
|
Loading…
Add table
Reference in a new issue