Skip to content

Commit

Permalink
Fix rep name on form
Browse files Browse the repository at this point in the history
  • Loading branch information
acovrig committed Mar 26, 2024
1 parent 793d3ff commit fe91c6e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ def data(power_of_attorney, form_number, rep)
organization_signatures(power_of_attorney, rep)
end

res.deep_merge!({ 'serviceOrganization' => {
'firstName' => rep.first_name,
'lastName' => rep.last_name
} })
res.merge!({ 'text_signatures' => signatures })
res
end
Expand Down

0 comments on commit fe91c6e

Please sign in to comment.