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 97b6289 commit cf7c7b5Copy full SHA for cf7c7b5
src/main/java/com/docusign/controller/eSignature/services/ListEnvelopesServices.java
@@ -13,7 +13,7 @@ public final class ListEnvelopesServices {
13
public static EnvelopesInformation listEnvelopes(EnvelopesApi envelopesApi, String accountId) throws ApiException {
14
EnvelopesApi.ListStatusChangesOptions options = envelopesApi.new ListStatusChangesOptions();
15
LocalDate date = LocalDate.now().minusDays(FROM_DATE_OFFSET_DAYS);
16
- options.setFromDate(DateUtils.DATE_WITH_SLASH.format(date));
+ options.setFromDate(DateUtils.DATE_WITH_LINES.format(date));
17
return envelopesApi.listStatusChanges(accountId, options);
18
}
19
0 commit comments