This commit is contained in:
2025-05-24 14:57:16 +05:00
parent 29b128f5ab
commit b4ae9293b9

View File

@@ -122,6 +122,6 @@ class DownloadCardTransaction extends Action
curl_close($curl);
return $response;
return (array) $response;
}
}