We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24774b7 commit 8744f6bCopy full SHA for 8744f6b
app/services/e_sign/eg003_list_envelopes_service.rb
@@ -20,7 +20,7 @@ def worker
20
#ds-snippet-start:eSign3Step2
21
envelope_api = create_envelope_api(args)
22
options = DocuSign_eSign::ListStatusChangesOptions.new
23
- options.from_date = (Date.today - 30).strftime('%Y/%m/%d')
+ options.from_date = (Date.today - 30).strftime('%Y-%m-%d')
24
# Exceptions will be caught by the calling function
25
envelope_api.list_status_changes args[:account_id], options
26
#ds-snippet-end:eSign3Step2
0 commit comments