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