Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Uniqueness of custom fields is not enforced when creating a subscriber #42

Closed Jericho closed 6 years ago

Jericho commented 7 years ago

The customFields parameter is declared as IEnumerable<KeyValuePair<string, object>> but it should be IDictionary<string, object>