Module: VeteranVerification::Constants

Defined in:
lib/lighthouse/veteran_verification/constants.rb

Constant Summary collapse

STATSD_VET_VERIFICATION_TOTAL_KEY =
'api.lighthouse.vet_verification_status.total'
STATSD_VET_VERIFICATION_FAIL_KEY =
'api.lighthouse.vet_verification_status.fail'
ERROR_MESSAGE =
[
  'We’re sorry. There’s a problem with our system. We can’t show your Veteran status card right now. Try again ' \
  'later.'
].freeze
NOT_FOUND_MESSAGE =
[
  'We’re sorry. There’s a problem with your discharge status records. We can’t provide a Veteran status ' \
  'card for you right now.',
  'To fix the problem with your records, call the Defense Manpower Data Center at 800-538-9552 (TTY: 711).' \
  ' They’re open Monday through Friday, 8:00 a.m. to 8:00 p.m. ET.'
].freeze
NOT_ELIGIBLE_MESSAGE =
[
  'Our records show that you’re not eligible for a Veteran status card. To get a Veteran status card, you ' \
  'must have received an honorable discharge for at least one period of service.',
  'If you think your discharge status is incorrect, call the Defense Manpower Data Center at 800-538-9552 ' \
  '(TTY: 711). They’re open Monday through Friday, 8:00 a.m. to 8:00 p.m. ET.'
].freeze