Commit 22b2f553 authored by Shakarim Sapa's avatar Shakarim Sapa

- Testing

parent a5839d85
......@@ -100,7 +100,8 @@ class UnisenderAPI {
return $this->callMethod(
'createCampaign',
[
'message_id' => $message_id
'message_id' => $message_id,
'defer' => 1
]
);
}
......
......@@ -4,8 +4,6 @@ use \yii\helpers\Json;
$email = 'bystrov@kupitsite.ru';
$sender = new UnisenderAPI();
// Create the send list
$newList = $sender->createList();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment