Success Response #174
-
try{
}catch(\Netflie\WhatsAppCloudApi\Response\ResponseException $e){ How can I get the successful response and the body when I return the $response it shows an error |
Beta Was this translation helpful? Give feedback.
Answered by
musavirchukkan
Mar 8, 2024
Replies: 1 comment
-
sorry I got the response when I added decodeBody with the response |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
musavirchukkan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry I got the response when I added decodeBody with the response
return $response->decodedBody();