Fix MailChimp import

[MAILPOET-2157]
This commit is contained in:
Pavel Dohnal
2019-07-22 12:23:12 +02:00
committed by M. Shull
parent 8e5953cca3
commit 512bb0f7fe
3 changed files with 39 additions and 9 deletions

View File

@@ -110,8 +110,9 @@ class MailChimp {
return [
'subscribers' => $subscribers,
'invalid' => false,
'duplicate' => false,
'invalid' => [],
'duplicate' => [],
'role' => [],
'header' => $header,
'subscribersCount' => count($subscribers),
];