This commit is contained in:
2025-06-19 19:33:15 +05:00
parent 61e0a45708
commit 67f5eadec8
9 changed files with 466 additions and 16 deletions

View File

@@ -115,7 +115,7 @@ class CardTransactionsController extends Controller
$url = DownloadCardTransaction::make()->doFiles($order, $response);
return response()->json([
'status' => false,
'status' => true,
'message' => $response->message,
'url' => $url,
]);