File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/uk/gov/companieshouse/limitedpartnershipsapi Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1616import java .net .URI ;
1717import java .util .HashMap ;
1818
19- import static uk .gov .companieshouse .limitedpartnershipsapi . utils . Constants .ERIC_IDENTITY ;
19+ import static uk .gov .companieshouse .api . util . security . EricConstants .ERIC_IDENTITY ;
2020import static uk .gov .companieshouse .limitedpartnershipsapi .utils .Constants .ERIC_REQUEST_ID_KEY ;
2121import static uk .gov .companieshouse .limitedpartnershipsapi .utils .Constants .URL_PARAM_TRANSACTION_ID ;
2222
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ private Constants() { }
66
77 // Request header names
88 public static final String ERIC_REQUEST_ID_KEY = "X-Request-Id" ;
9- public static final String ERIC_IDENTITY = "ERIC-identity" ;
109
1110 // URL path parameters
1211 public static final String URL_PARAM_TRANSACTION_ID = "transaction_id" ;
You can’t perform that action at this time.
0 commit comments