Commit 4354faa
committed
Confirm recipient’s email address by default
This matches how the API behaves – email confirmation is on unless the
calling service sets the argument to `False`:
https://github.com/alphagov/notifications-api/blob/0315a5be585472700c509f65224898d183e2e048/app/v2/notifications/post_notifications.py#L271
It also follows what we say in the docs, that turning off this feature
is ‘not recommended’:
https://github.com/alphagov/notifications-tech-docs/blob/712ed70fe68ebe77741c5983558c58bfeb25a0c2/source/rest-api.html.md.erb#L4721 parent 336e535 commit 4354faa
File tree
3 files changed
+3
-3
lines changed- app/notify_client
- tests/app
- main/views
- notify_client
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
0 commit comments