Skip to content

Commit

Permalink
BatchSending.sender renamed to BatchSending.owner
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Oct 2, 2024
1 parent 7d79d0d commit 5e6c890
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 @@ -16,7 +16,7 @@ class BatchSending extends BaseResource

public ?string $envelopeTemplateId;

public ?UserInfo $sender;
public ?UserInfo $owner;

public ?File $file;

Expand Down

0 comments on commit 5e6c890

Please sign in to comment.