We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fac2ab + 73db98e commit 91e35b2Copy full SHA for 91e35b2
src/Mailchimp.php
@@ -94,7 +94,7 @@ class Mailchimp implements MailchimpApiInterface {
94
*
95
* @see http://developer.mailchimp.com/documentation/mailchimp/reference/batches/#create-post_batches
96
*/
97
- private $batch_operations;
+ public $batch_operations;
98
99
/**
100
* Mailchimp constructor.
src/Mailchimp2.php
@@ -87,7 +87,7 @@ class Mailchimp2 implements MailchimpApiInterface {
87
88
89
90
91
92
93
* Authentication settings.
0 commit comments