Skip to content

Commit

Permalink
Adding claimDate to cmp metadata on backup submission (#11674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesoskin authored Jan 30, 2023
1 parent eaa4b91 commit 1333d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidekiq/form526_backup_submission_process/processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_meta_data(doc_type)
{
"veteranFirstName": auth_info['va_eauth_firstName'], "veteranLastName": auth_info['va_eauth_lastName'],
"fileNumber": auth_info['va_eauth_pnid'], "zipCode": zip, "source": 'va.gov backup submission',
"docType": doc_type, "businessLine": 'CMP'
"docType": doc_type, "businessLine": 'CMP', "claimDate": submission.created_at.iso8601
}
end

Expand Down

0 comments on commit 1333d73

Please sign in to comment.