This commit is contained in:
2025-05-24 16:24:40 +05:00
parent 7e1960779b
commit 3c94fb0501
4 changed files with 70 additions and 1 deletions

View File

@@ -57,6 +57,10 @@ class DownloadCardTransaction extends Action
if ($data->errCode != 0) {
return ActionResponse::danger($data->message);
}
info($data);
// $this->generateFile($data);
}
/**
@@ -119,4 +123,11 @@ class DownloadCardTransaction extends Action
return $response;
}
/**
* Generate file
*
* @param ResponseTypes\AzatApiClientInfoAllResponse $data
*/
public function generateFile($data) {}
}