diff --git a/app/Nova/Actions/CheckOnlinePayment.php b/app/Nova/Actions/CheckOnlinePayment.php index 4290696..902d1fd 100644 --- a/app/Nova/Actions/CheckOnlinePayment.php +++ b/app/Nova/Actions/CheckOnlinePayment.php @@ -91,7 +91,7 @@ class CheckOnlinePayment extends Action { $errorMessage = $response['ErrorMessage'] ?? ''; - $keyValueListHTML = json_encode($response->json(), JSON_PRETTY_PRINT); + $keyValueListHTML = json_encode($response->json(), JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE); return Blade::render(<<HALKBANK-dan gelen netije: @@ -105,7 +105,9 @@ class CheckOnlinePayment extends Action HTML); }