Checkout logic
This commit is contained in:
@@ -10,7 +10,7 @@ class PackageInfo extends Component {
|
||||
downloadDocument(document){
|
||||
fileHandler.download(
|
||||
`${API_SERVER}/wp-json/wiaas/documents?document_id=${document.id}`,
|
||||
document.name);
|
||||
`${document.name}.${document.extension}`);
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user