Skip to content

Commit

Permalink
dbex/92496: add transactionId to LH Submit request bodies
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora-a-k-a-lightning committed Sep 24, 2024
1 parent 3483ff1 commit 4db714f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def send_submission_data_to_lighthouse(submission, icn)
body = transform_service.transform(submission.form['form526'])
# 2. send transformed submission data to LH endpoint
benefits_claims_service = BenefitsClaims::Service.new(icn)
raw_response = benefits_claims_service.submit526(body, nil, nil { transaction_id: })
raw_response = benefits_claims_service.submit526(body, nil, nil, { transaction_id: })
raw_response_body = if raw_response.body.is_a? String
JSON.parse(raw_response.body)
else
Expand Down

0 comments on commit 4db714f

Please sign in to comment.