use purchase_receipt instead of content_fee
This commit is contained in:
parent
0730becb35
commit
02831fe359
4 changed files with 6 additions and 6 deletions
flow-typed
2
flow-typed/File.js
vendored
2
flow-typed/File.js
vendored
|
@ -11,7 +11,7 @@ declare type FileListItem = {
|
|||
claim_id: string,
|
||||
claim_name: string,
|
||||
completed: false,
|
||||
content_fee?: {},
|
||||
purchase_receipt?: {},
|
||||
download_directory: string,
|
||||
download_path: string,
|
||||
file_name: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue