Skip to content

Commit 3743f96

Browse files
authored
Merge pull request #83 from sendpulse/change_readme
change_readme
2 parents 7a00998 + c4f847c commit 3743f96

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)