test/fixtures/unconfirmed_subscribers.json in createsend-6.0.0 vs test/fixtures/unconfirmed_subscribers.json in createsend-6.1.0
- old
+ new
@@ -11,11 +11,12 @@
"Key": "website",
"Value": "http://example.com"
}
],
"ReadsEmailWith": "",
- "ConsentToTrack": "Yes"
+ "ConsentToTrack": "Yes",
+ "ConsentToSendSms": "No"
},
{
"EmailAddress": "subs+7878787y8ggg@example.com",
"Name": "Unconfirmed Two",
"Date": "2010-10-25 12:17:00",
@@ -26,10 +27,11 @@
"Key": "website",
"Value": "http://subdomain.example.com"
}
],
"ReadsEmailWith": "",
- "ConsentToTrack": "No"
+ "ConsentToTrack": "No",
+ "ConsentToSendSms": "No"
}
],
"ResultsOrderedBy": "email",
"OrderDirection": "asc",
"PageNumber": 1,
\ No newline at end of file