Skip to content

Commit c4f847c

Browse files
author
bilovol
committed
change_readme
1 parent 36771e3 commit c4f847c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ try {
251251
* Example: Whatsapp send a template message to the specified contact
252252
*/
253253
try {
254-
$crmCreateDeal = $apiClient->post('whatsapp/contacts/sendTemplateByPhone', [
254+
$sendTemplateByPhoneResult = $apiClient->post('whatsapp/contacts/sendTemplateByPhone', [
255255
"bot_id" => "xxxxxxxxxxxxxxxxxxxxxxxx",
256256
"phone" => "380931112233",
257257
"template" => [
@@ -263,7 +263,7 @@ try {
263263
]
264264
]);
265265

266-
var_dump($crmCreateDeal);
266+
var_dump($sendTemplateByPhoneResult);
267267
} catch (ApiClientException $e) {
268268
var_dump([
269269
'message' => $e->getMessage(),

0 commit comments

Comments
 (0)