diff --git a/src/Drivers/Payping/Payping.php b/src/Drivers/Payping/Payping.php index b962cd2..5785cd8 100755 --- a/src/Drivers/Payping/Payping.php +++ b/src/Drivers/Payping/Payping.php @@ -98,7 +98,7 @@ public function purchase() ] ); - $responseBody = mb_strtolower($response->getBody()->getContents()); + $responseBody = $response->getBody()->getContents(); $body = @json_decode($responseBody, true); $statusCode = $response->getStatusCode();