Skip to content

Commit

Permalink
rename attribute in subscriber (#4050)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkghub authored Jul 19, 2024
1 parent 388bb56 commit 6017619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class PvcDmfFamilyDeterminationSubscriber
warn "family_hbx_id: #{payload[:correlation_id]} processed failure from fdsh_gateway"
else
info "parsed_response: #{payload.inspect}"
result = Operations::Fdsh::Dmf::Pvc::AddFamilyDetermination.new.call({encrypted_payload: payload[:encrypted_payload], job_id: job_id, family_hbx_id: family_hbx_id})
result = Operations::Fdsh::Dmf::Pvc::AddFamilyDetermination.new.call({encrypted_family_payload: payload[:encrypted_payload], job_id: job_id, family_hbx_id: family_hbx_id})

if result.success?
info "success: #{result.success}"
Expand Down

0 comments on commit 6017619

Please sign in to comment.