Skip to content

Commit 9b48bbe

Browse files
Merge pull request #1 from lvdhoorn/master
$mailbox_id was missing in the sendLetterQueue function
2 parents 302b80d + 901ab4d commit 9b48bbe

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)