wip
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user