Update BrevoService.php
This commit is contained in:
@@ -53,6 +53,8 @@ class BrevoService
|
||||
],
|
||||
]);
|
||||
|
||||
dd(json_decode($response->getBody(), true));
|
||||
|
||||
return json_decode($response->getBody(), true);
|
||||
} catch (RequestException $e) {
|
||||
Log::error('Brevo email failed to send', [
|
||||
@@ -60,6 +62,7 @@ class BrevoService
|
||||
'recipient' => $recipientEmail,
|
||||
]);
|
||||
|
||||
dd($e->getMessage());
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user