Skip to content

Commit

Permalink
DEVDOCS-10536 adding codeDepot makers
Browse files Browse the repository at this point in the history
  • Loading branch information
raileendr committed Nov 8, 2023
1 parent 098fe9b commit c91c3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/services/e_sign/eg004_envelope_info_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ def initialize(args)
end

def worker
#ds-snippet-start:eSign4Step2
envelope_api = create_envelope_api(args)
envelope_api.get_envelope(args[:account_id], args[:envelope_id])
#ds-snippet-end:eSign4Step2
end
end

0 comments on commit c91c3e8

Please sign in to comment.