Skip to content

Commit

Permalink
issue DaggieBlanqx#14 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrabro committed Oct 14, 2022
1 parent 7505b73 commit 0f788a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ class WhatsappCloud {
bodyText,
footerText,
listOfSections,
actionName
}) {
this._mustHaverecipientPhone(recipientPhone);

Expand Down Expand Up @@ -433,7 +434,7 @@ class WhatsappCloud {
text: footerText,
},
action: {
button: 'Select a product',
button: actionName,
sections: validSections,
},
},
Expand Down

0 comments on commit 0f788a3

Please sign in to comment.