Skip to content

Commit

Permalink
ptcpnt_id → participantId for user-facing
Browse files Browse the repository at this point in the history
  • Loading branch information
tycol7 committed Nov 14, 2024
1 parent 9535c21 commit 22804a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def index

def decide
proc_id = form_attributes['procId']
ptcpnt_id = form_attributes['ptcpntId']
ptcpnt_id = form_attributes['participantId']
decision = normalize(form_attributes['decision'])
representative_id = form_attributes['representativeId']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def index_request_with(poa_codes:, auth_header:)

def decide_request_with(proc_id:, decision:, auth_header:, ptcpnt_id: nil, representative_id: nil)
post v2_veterans_power_of_attorney_requests_decide_path,
params: { data: { attributes: { procId: proc_id, decision:, ptcpntId: ptcpnt_id,
params: { data: { attributes: { procId: proc_id, decision:, participantId: ptcpnt_id,
representativeId: representative_id } } }.to_json,
headers: auth_header
end
Expand Down

0 comments on commit 22804a6

Please sign in to comment.