alphagov / notifications-php-client

PHP client for the GOV.UK Notify API
https://docs.notifications.service.gov.uk/php.html
MIT License
11 stars 13 forks source link

Add documentation and tests for letter_contact_block #89

Closed klssmith closed 4 years ago

klssmith commented 4 years ago

letter_contact_block now gets returned as part of the response from the getTemplate, getTemplateVersion and listTemplates methods. This adds documentation and integration tests for the extra field.

Also fixed a method name in the docs which was wrong.