Skip to content

Commit

Permalink
Merge pull request #2 from bjshirey/master
Browse files Browse the repository at this point in the history
Update BounceRequest.php
  • Loading branch information
oza75 authored Nov 10, 2023
2 parents a6ceb8f + b44cea5 commit 16a79d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/BounceRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public function bouncedRecipients(): array
foreach ($recipients as $recipient) {
$destinations[] = [
"email" => $recipient["emailAddress"],
"action" => $recipient["action"],
"action" => $recipient["action"] ?? null,
"options" => array_merge($additional, [
"status" => $recipient["status"] ?? null,
"diagnostic" => $recipient["diagnosticCode"] ?? null,
Expand Down

0 comments on commit 16a79d5

Please sign in to comment.