Closed nickecarlo closed 8 years ago
Woops, forgot about the tests. I'll work on them when I have some time.
Sorry just seen this as been travelling Italy, Once you've updated the tests can you just bump up the version number within the appveyor.yml
file?
Hey Kevin, I am not working on the project that used CompaniesHouse.NET anymore. I'll get back to finishing the pull request with tests etc once/if I go back to it. I'll definitely update the appveyor.yml file. Maybe someone else will step in before that and my pull request won't be needed.
Pulled branch across in to the main repository and added the tests. Closing this PR due to opening another PR with changes, See - https://github.com/kevbite/CompaniesHouse.NET/pull/31
Added a field for confirmation statement to company profile. Also added its corresponding class according to the format defined in the API:
"confirmation_statement" : { "last_made_up_to" : "date", "next_due" : "date", "next_made_up_to" : "date", "overdue" : "boolean" }