Skip to content

Commit

Permalink
[FIX] sign_oca: Signatory data was not stored
Browse files Browse the repository at this point in the history
  • Loading branch information
etobella committed Aug 21, 2023
1 parent 8d166c4 commit 9eb23fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sign_oca/models/sign_oca_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def action_sign(self, items):
# TODO: Add a log
self.request_id.write(
{
"signatory_data": signatory_data,
"data": b64encode(signed_pdf),
"current_hash": final_hash,
}
Expand Down

0 comments on commit 9eb23fb

Please sign in to comment.