diff --git a/src/TurboSMS.php b/src/TurboSMS.php index a5ae850..72d3552 100644 --- a/src/TurboSMS.php +++ b/src/TurboSMS.php @@ -186,7 +186,7 @@ public function getResponse(string $url, array $body): array return [ 'success' => false, 'result' => null, - 'info' => $error, + 'info' => $error ]; } @@ -196,6 +196,7 @@ public function getResponse(string $url, array $body): array 'success' => true, 'result' => $answer['response_result'], 'info' => $info, + 'response_status' => $answer['response_status'] ]; }