From 25b64759ae347ae32776193331b43b3dedf4dc14 Mon Sep 17 00:00:00 2001 From: mohammadapr <33593620+mohammadapr@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:05:49 +0100 Subject: [PATCH] Update Payping.php change this code in Api v3 --- src/Drivers/Payping/Payping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();