Skip to content

Commit

Permalink
Use method instead of hardcoded text
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristiansonVA committed Dec 20, 2024
1 parent a478138 commit bedb3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/claims_api/lib/bgs_service/org_web_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def find_poa_history_by_ptcpnt_id(id)
body.xpath("./*[local-name()='#{k}']")[0].content = v
end

make_request(endpoint: 'OrgWebServiceBean/OrgWebService', action: 'findPoaHistoryByPtcpntId', body:,
make_request(endpoint: bean_name, action: 'findPoaHistoryByPtcpntId', body:,
key: 'PoaHistory')
end
end
Expand Down

0 comments on commit bedb3bb

Please sign in to comment.