From 352352acc8a8c99a29d096ceffa3b01c60167459 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Thu, 13 Mar 2025 14:02:46 +0500 Subject: [PATCH] wip --- app/Nova/Actions/CheckOnlinePayment.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Nova/Actions/CheckOnlinePayment.php b/app/Nova/Actions/CheckOnlinePayment.php index d883611..0aad5fa 100644 --- a/app/Nova/Actions/CheckOnlinePayment.php +++ b/app/Nova/Actions/CheckOnlinePayment.php @@ -98,10 +98,10 @@ class CheckOnlinePayment extends Action { $errorMessage = $response['ErrorMessage'] ?? ''; - $keyValueListHTML = ''; - $response->collect()->each(function ($item, $key) use (&$keyValueListHTML) { - $keyValueListHTML .= "
  • {$key}: {$item}
  • "; - }); + $keyValueListHTML = $response->body(); + // $response->collect()->each(function ($item, $key) use (&$keyValueListHTML) { + // $keyValueListHTML .= "
  • {$key}: {$item}
  • "; + // }); return Blade::render(<<HALKBANK-dan gelen netije: