This commit is contained in:
2025-05-26 21:40:03 +05:00
parent 808742b781
commit d0d26039d3
3 changed files with 38 additions and 18 deletions

View File

@@ -58,9 +58,7 @@ class DownloadCardTransaction extends Action
return ActionResponse::danger($data->message);
}
info([$data]);
// $this->generateFile($data);
$this->generateFile($data);
}
/**
@@ -129,5 +127,8 @@ class DownloadCardTransaction extends Action
*
* @param ResponseTypes\AzatApiClientInfoAllResponse $data
*/
public function generateFile($data) {}
public function generateFile($data)
{
$data->transactions
}
}