Add international letter rates to pricing page

This also updates a few pages where we listed the minimum and maximum
letter price.
This commit is contained in:
Katie Smith
2020-06-12 14:28:18 +01:00
parent 0b206e3c0f
commit 6a49e5bcbd
4 changed files with 23 additions and 21 deletions

View File

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