Skip to content

fix: correct 5 typos and a code defect in comments and documentation - #34

Open
Avicennasis wants to merge 881 commits into
docusign:masterfrom
Avicennasis:docs/fix-typos
Open

Avicennasis wants to merge 881 commits into
docusign:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fix 5 typos across 4 files.

src/main/java/com/docusign/controller/eSignature/services/CollectPaymentService.java

  • if (remaining != null & reset != null) { → if (remaining != null && reset != null) { (code)

src/main/java/com/docusign/controller/eSignature/services/SetTemplateTabValuesService.java

  • if (remaining != null & reset != null) { → if (remaining != null && reset != null) { (code)
  • // Create an envelope custom field to save our application"s → // Create an envelope custom field to save our application's

src/main/java/com/docusign/controller/eSignature/services/AddDocToTemplateService.java

  • if (remaining != null & reset != null) { → if (remaining != null && reset != null) { (code)

src/main/java/com/docusign/controller/eSignature/services/SharedAccessService.java

  • if (remaining != null & reset != null) { → if (remaining != null && reset != null) { (code)

Items marked (code) change behaviour rather than comments — please review those with extra care.

Otherwise comments, documentation and message strings only — no functional changes.

annahileta and others added 30 commits November 16, 2023 16:51
* added a new code example

* refactoring the code

* fixed links to examples

* added a skip for authentication for Connect example

* fix for fileSystem link

* fix for linter

* dependabot requested fixes

---------

Co-authored-by: AaronWDS <aaron.wilde@docusign.com>
Signed-off-by: Inbar Gazit <inbar.gazit@docusign.com>
Signed-off-by: Inbar Gazit <inbar.gazit@docusign.com>
Signed-off-by: Inbar Gazit <inbar.gazit@docusign.com>
Signed-off-by: Inbar Gazit <inbar.gazit@docusign.com>
codeDepot markers

Signed-off-by: Aaron Wilde <52012222+AaronWDS@users.noreply.github.com>
paigesrossi and others added 29 commits December 11, 2025 15:05
overall code is working.. checked eSignature module and logging the API calls remaining and reset time in the console.
* Send envelope with multiple delivery channels
Refactor sendEnvelope method and add workspace envelope creation snippets.

Signed-off-by: CassandraLoewen <37552114+CassandraLoewen@users.noreply.github.com>
Removed commented-out snippets from doWork method.

Signed-off-by: CassandraLoewen <37552114+CassandraLoewen@users.noreply.github.com>
* updated focused view example to include phone auth

* trigger the tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.