Files
notifications-admin/app/main/views
Chris Hill-Scott 68191a93ef Don’t show postage choice for international letters
International letters don’t have a choice of postage. Under the hood
they are either `europe` or `rest-of-world`.

So, for letters that we detect are international, this commit:
- removes the radios buttons that give users the choice of postage
- passes through either `europe` or `rest-of-world` to the API,
  depending on what address we find in the letter

This will cause the API to 500 until it can accept `europe` or
`rest-of-world` as postage types, but this is probably OK because it’s
only our services that have international letters switched on at the
moment.
2020-05-21 14:20:18 +01:00
..
2019-11-07 13:46:25 +00:00
2020-04-16 15:06:54 +01:00
2019-11-07 13:46:25 +00:00
2020-05-11 14:30:14 +01:00
2019-12-11 10:17:46 +00:00
2020-02-24 11:59:07 +00:00
2020-04-21 11:21:02 +01:00