Skip to content

Commit ed3d0ce

Browse files
Fix draft request parameter
1 parent f24656b commit ed3d0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/Eversign/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ public function getCompletedDocuments() {
243243
* @return \Document[]
244244
*/
245245
public function getDraftDocuments() {
246-
return $this->getDocuments("draft");
246+
return $this->getDocuments("drafts");
247247
}
248248

249249
/**

0 commit comments

Comments
 (0)