mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user