test/fixtures/custom_fields.json in createsend-2.3.0 vs test/fixtures/custom_fields.json in createsend-2.4.0

- old
+ new

@@ -1,20 +1,23 @@ [ { "FieldName": "website", "Key": "[website]", "DataType": "Text", - "FieldOptions": [] + "FieldOptions": [], + "VisibleInPreferenceCenter": true }, { "FieldName": "age", "Key": "[age]", "DataType": "Number", - "FieldOptions": [] + "FieldOptions": [], + "VisibleInPreferenceCenter": true }, { "FieldName": "subscription date", "Key": "[subscriptiondate]", "DataType": "Date", - "FieldOptions": [] + "FieldOptions": [], + "VisibleInPreferenceCenter": false } ] \ No newline at end of file