Closed bhojkapderas closed 1 year ago
Hey there,
Unfortunately we don't support this version anymore. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.
Thanks!
Vonage Notification Channel Version
2.5.1
Laravel Version
8.83.27
PHP Version
7.4
Database Driver & Version
No response
Description
Having trouble accessing the response data from the event listener.
Steps To Reproduce
public function handle(NotificationSent $event)
$event->response
returns the classVonage\Message\Message
So i figure i can get the data this way:
Running
$event->response->getResponseData()
i am getting this errorIs this a bug or is there a correct way to access the response data?
"laravel/framework": "^8.0", "laravel/nexmo-notification-channel": "^2.5.1",