Skip to content

Commit 8a7215b

Browse files
committed
ELI-623 changed to look for product id in header
1 parent 098a38f commit 8a7215b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eligibility_signposting_api/config/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
URL_PREFIX = "patient-check"
44
RULE_STOP_DEFAULT = False
55
NHS_NUMBER_HEADER = "nhs-login-nhs-number"
6-
CONSUMER_ID = "nhsd-application-id" # "Nhsd-Application-Id"
6+
CONSUMER_ID = "nhse-product-id" # "NHSE-Product-ID"
77
ALLOWED_CONDITIONS = Literal["COVID", "FLU", "MMR", "RSV"]

0 commit comments

Comments
 (0)