I was trying to use anchor tags to position a signing tab, but I had a problem with "AnchorIgnoreIfNotPresent". I needed to use it as "false", but the json tag has "omitempy", which resulted in this property being removed from the payload. Then when the document is sent without the Anchor String it doesn't trigger an error (which is what this property is used for) and creates an envelope without any signing tab.
Hello @jfcote87, thanks for this package.
I was trying to use anchor tags to position a signing tab, but I had a problem with "AnchorIgnoreIfNotPresent". I needed to use it as "false", but the json tag has "omitempy", which resulted in this property being removed from the payload. Then when the document is sent without the Anchor String it doesn't trigger an error (which is what this property is used for) and creates an envelope without any signing tab.
Removing the omitempty property fixes this issue.