Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Form Field "signer" field should be string #112

@RPM1984

Description

@RPM1984

Hi there!

The "signer" field form form fields is currently set to int. See here

The problem is that the API also allows us to set this as "sender" (a string) for text merge, which we currently cannot do.

From the docs:

signer - (int | string) signer index identified by the offset %i% in the signers[%i%] parameter, indicating which signer should fill out the field. If your type is 'text-merge' you can set this to 'sender', so the field is non-editable by any signer.

So i think we need to update this model to make it a string (or perhaps, an enum to make it easier for the consumer).

Happy to submit a PR for this. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    legacyRelated to legacy, non-OpenAPI SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions