Update letter pricing

The pricing page had the correct data, but there were a few pages where
the minimum and maximum price were out of date.
This commit is contained in:
Katie Smith
2020-03-09 15:36:53 +00:00
parent 4a832cfebb
commit 99fd317087
3 changed files with 4 additions and 4 deletions

View File

@@ -3616,7 +3616,7 @@ def test_unknown_channel_404s(
), [
(
'letter',
'It costs between 30p and 76p to send a letter using Notify.',
'It costs between 35p and 81p to send a letter using Notify.',
'Send letters',
['email', 'sms'],
'False', 'True',
@@ -3624,7 +3624,7 @@ def test_unknown_channel_404s(
),
(
'letter',
'It costs between 30p and 76p to send a letter using Notify.',
'It costs between 35p and 81p to send a letter using Notify.',
'Send letters',
['email', 'sms', 'letter'],
'True', 'False',