mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Build DVLA file with blank TO_NAME_2 field
Problem: we were sending the first line of the address in the `TO_NAME_2` field. This meant that they couldn’t do any PAF lookups with it, because it wasn’t where they were expecting. The first line of the address is the second line of what our users give us. We need to give this to DVLA as the _third_ line of the address output, which they call `TO_ADDRESS_LINE_1`.
This commit is contained in:
@@ -29,6 +29,6 @@ notifications-python-client>=3.1,<3.2
|
||||
awscli>=1.11,<1.12
|
||||
awscli-cwlogs>=1.4,<1.5
|
||||
|
||||
git+https://github.com/alphagov/notifications-utils.git@15.0.0#egg=notifications-utils==15.0.0
|
||||
git+https://github.com/alphagov/notifications-utils.git@15.0.2#egg=notifications-utils==15.0.2
|
||||
|
||||
git+https://github.com/alphagov/boto.git@2.43.0-patch3#egg=boto==2.43.0-patch3
|
||||
|
||||
Reference in New Issue
Block a user