Skip to content

Commit

Permalink
Changed BatchSending.template back to envelopeTemplateId
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Sep 12, 2024
1 parent 8949b87 commit 06ec093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resource/BatchSending.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BatchSending extends BaseResource

public ?string $name;

public ?EnvelopeTemplate $template;
public ?string $envelopeTemplateId;

public ?File $file;

Expand Down

0 comments on commit 06ec093

Please sign in to comment.