test/fixtures/unsubscribed_subscribers.json in createsend-5.1.1 vs test/fixtures/unsubscribed_subscribers.json in createsend-6.0.0

- old
+ new

@@ -2,18 +2,20 @@ "Results": [ { "EmailAddress": "subscriber@example.com", "Name": "Unsub One", "Date": "2010-10-25 13:11:00", + "ListJoinedDate": "2010-10-25 13:11:00", "State": "Unsubscribed", "CustomFields": [], "ReadsEmailWith": "Gmail" }, { "EmailAddress": "subscriberone@example.com", "Name": "Subscriber", "Date": "2010-10-25 13:04:00", + "ListJoinedDate": "2010-10-25 13:04:00", "State": "Unsubscribed", "CustomFields": [ { "Key": "website", "Value": "http://google.com" @@ -23,26 +25,29 @@ }, { "EmailAddress": "example+1@example.com", "Name": "Example One", "Date": "2010-10-26 10:56:00", + "ListJoinedDate": "2010-10-26 10:56:00", "State": "Unsubscribed", "CustomFields": [], "ReadsEmailWith": "" }, { "EmailAddress": "example+2@example.com", "Name": "Example Two", "Date": "2010-10-26 10:56:00", + "ListJoinedDate": "2010-10-26 10:56:00", "State": "Unsubscribed", "CustomFields": [], "ReadsEmailWith": "" }, { "EmailAddress": "example+3@example.com", "Name": "Example Three", "Date": "2010-10-26 10:56:00", + "ListJoinedDate": "2010-10-26 10:56:00", "State": "Unsubscribed", "CustomFields": [], "ReadsEmailWith": "Gmail" } ], @@ -51,6 +56,6 @@ "PageNumber": 1, "PageSize": 1000, "RecordsOnThisPage": 5, "TotalNumberOfRecords": 5, "NumberOfPages": 1 -} \ No newline at end of file +}