Skip to content

Commit

Permalink
Added DZBank to PDFImportAssistent for PP to attempt to use it
Browse files Browse the repository at this point in the history
Issue: #1430
  • Loading branch information
buchen committed Mar 17, 2020
1 parent 048d720 commit dfe0c0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public PDFImportAssistant(Client client, List<File> files)
extractors.add(new PostfinancePDFExtractor(client));
extractors.add(new SutorPDFExtractor(client));
extractors.add(new SwissquotePDFExtractor(client));
extractors.add(new DZBankPDFExtractor(client));

extractors.add(new JSONPDFExtractor(client, "deutsche-bank-purchase.json")); //$NON-NLS-1$
extractors.add(new JSONPDFExtractor(client, "deutsche-bank-sale.json")); //$NON-NLS-1$
Expand Down

0 comments on commit dfe0c0a

Please sign in to comment.