This commit is contained in:
2025-06-12 17:44:16 +05:00
parent 198b35a007
commit 6b1624c4ec

View File

@@ -111,6 +111,14 @@ class CardTransactionsController extends Controller
'url' => ''
]);
}
$url = DownloadCardTransaction::make()->doFiles($order, $data);
return response()->json([
'status' => false,
'message' => $response->message,
'url' => $url
]);
}
/**