use purchase_receipt instead of content_fee

This commit is contained in:
Sean Yesmunt 2020-05-19 14:25:46 -04:00
parent 0730becb35
commit 02831fe359
4 changed files with 6 additions and 6 deletions
flow-typed

2
flow-typed/File.js vendored
View file

@ -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,