test/fixtures/active_subscribers.json in createsend-5.1.1 vs test/fixtures/active_subscribers.json in createsend-6.0.0
- old
+ new
@@ -2,10 +2,11 @@
"Results": [
{
"EmailAddress": "subs+7t8787Y@example.com",
"Name": "Person One",
"Date": "2010-10-25 10:28:00",
+ "ListJoinedDate": "2010-10-25 10:28:00",
"State": "Active",
"CustomFields": [
{
"Key": "website",
"Value": "http://example.com"
@@ -31,10 +32,11 @@
},
{
"EmailAddress": "subs+7878787y8ggg@example.com",
"Name": "Person Two",
"Date": "2010-10-25 12:17:00",
+ "ListJoinedDate": "2010-10-25 12:17:00",
"State": "Active",
"CustomFields": [
{
"Key": "website",
"Value": "http://subdomain.example.com"
@@ -44,10 +46,11 @@
},
{
"EmailAddress": "subs+7890909i0ggg@example.com",
"Name": "Person Three",
"Date": "2010-10-25 12:52:00",
+ "ListJoinedDate": "2010-10-25 12:52:00",
"State": "Active",
"CustomFields": [
{
"Key": "website",
"Value": "http://subdomain.example.com"
@@ -57,17 +60,19 @@
},
{
"EmailAddress": "subs@example.com",
"Name": "Person Four",
"Date": "2010-10-27 13:13:00",
+ "ListJoinedDate": "2010-10-27 13:13:00",
"State": "Active",
"CustomFields": [],
"ReadsEmailWith": ""
},
{
"EmailAddress": "joey@example.com",
"Name": "Person Five",
"Date": "2010-10-27 13:13:00",
+ "ListJoinedDate": "2010-10-27 13:13:00",
"State": "Active",
"CustomFields": [],
"ReadsEmailWith": "Gmail"
}
],
\ No newline at end of file