Skip to content

Commit

Permalink
try converting to json (#12012)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrabian authored Mar 8, 2023
1 parent 817ec2d commit db0bdb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def submit

central_mail_service = CentralMail::Service.new
filled_form = {
'metadata' => filler.metadata,
'metadata' => filler.metadata.to_json,
'document' => filler.to_faraday_upload(file_path, form_id)
}
response = central_mail_service.upload(filled_form)
Expand Down

0 comments on commit db0bdb1

Please sign in to comment.