Skip to content

Commit

Permalink
fix: Force mime type in saveBills
Browse files Browse the repository at this point in the history
  • Loading branch information
LucsT committed Apr 2, 2021
1 parent af36d5a commit 6fb3704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ async function start(fields, cozyParameters) {
// identifiers should be at least a word found in the title of a bank operation related to this
// bill. It is not case sensitive.
identifiers: ['VIASANTE'],
contentType: 'application/pdf',
sourceAccount: this.accountId,
sourceAccountIdentifier: fields.login
})
Expand Down

0 comments on commit 6fb3704

Please sign in to comment.