Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Updating WHatsApp template parameters value
  • Loading branch information
superchilled committed Sep 9, 2022
commit 05c979920b2e936042a8deeefd5f8d27a2f4cb1f
6 changes: 3 additions & 3 deletions messages/whatsapp/send-media-mtm.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
[
"type" => "body",
"parameters" => [
["type" => "text", "text" => "Value 1"],
["type" => "text", "text" => "Value 2"],
["type" => "text", "text" => "Value 3"],
"Value 1",
"Value 2",
"Value 3",
],
],
],
Expand Down
6 changes: 3 additions & 3 deletions messages/whatsapp/send-mtm.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
$custom = [
"name" => WHATSAPP_TEMPLATE_NAMESPACE . ":" . WHATSAPP_TEMPLATE_NAME,
"parameters" => [
["default" => "Vonage Verification"],
["default" => "64873"],
["default" => "10"],
"Vonage Verification",
"64873",
"10",
],
];

Expand Down