bugfix
This commit is contained in:
@@ -86,7 +86,7 @@ class CheckOnlinePayment extends Action
|
||||
public function resultHTML($response)
|
||||
{
|
||||
$errorMessage = $response['ErrorMessage'];
|
||||
$responseJSON = $response->json();
|
||||
$responseJSON = json_encode($response->json(), JSON_PRETTY_PRINT);
|
||||
|
||||
return Blade::render(<<<HTML
|
||||
<h3 class="text-bold">$errorMessage</h3>
|
||||
|
||||
Reference in New Issue
Block a user