Merge pull request #3564 from alphagov/int-letters-content

Add international letter rates to pricing page
This commit is contained in:
Rebecca Law
2020-09-07 08:13:43 +01:00
committed by GitHub
4 changed files with 28 additions and 22 deletions

View File

@@ -3675,7 +3675,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',
@@ -3684,7 +3684,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',