Skip to content

Commit

Permalink
removed EnvelopeTag.customIdentifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Jan 7, 2025
1 parent 74b2ede commit 583d75a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `AccountBilling.cancelAt`
- Add `AccountEndpoint.createDefaultSubscription` endpoint
- Add `SignatureScenario.latestVersionInfo`
- Add `EnvelopeTag`.`customIdentifier` in to resource
- Add `EnvelopeTemplateTag`.`customIdentifier` in to resource

## [2.5.0] - 2024-10-14
Expand Down
2 changes: 0 additions & 2 deletions src/Resource/EnvelopeTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,4 @@ class EnvelopeTag extends BaseResource
public ?string $format;

public ?DateTime $dateOfSignature;

public ?string $customIdentifier;
}

0 comments on commit 583d75a

Please sign in to comment.