Skip to content
#

electronic

Here are 82 public repositories matching this topic...

kputnam
kputnam commented Feb 19, 2019

These transaction sets don't yet have any fixtures, so there aren't any automated tests to ensure their definitions can parse actual files. Even though these might be correct and working fine now, adding fixtures will help prevent any inadvertent regressions when changes are made to other parts of the library.

It is fairly straightforward to add fixtures, just look in spec/fixtures for exampl

chtibob69
chtibob69 commented Jan 6, 2020

While looking at com.docusign.esign.model.Envelope::getStatus, we found

@ApiModelProperty(example = "null", value = "Indicates the envelope status. Valid values are:  * sent - The envelope is sent to the recipients.  *created - The envelope is saved as a draft and can be modified and sent later.")
  public String getStatus() {
    return status;
  }

But there is many other stat

Improve this page

Add a description, image, and links to the electronic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the electronic topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.