Skip to content

Commit 901ab4d

Browse files
authored
$mailbox_id was missing in the sendLetterQueue function
1 parent 302b80d commit 901ab4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostbodeClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function addLetterToQueue($mailbox_id, $filename, $envelope_id = null, $c
132132
];
133133
}
134134

135-
public function sendLetterQueue()
135+
public function sendLetterQueue($mailbox_id)
136136
{
137137
return $this->sendRequest('POST', '/mailbox/'.$mailbox_id.'/letterbatch', $this->letter_queue);
138138
}

0 commit comments

Comments
 (0)