Skip to content

Commit

Permalink
backend type need to be the same name as defined in xml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwul committed Mar 4, 2024
1 parent 7aca3ac commit 9482d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class EdiBankStatementImportProcess(Component):
_name = "edi.input.process.bank.statement.import"
_usage = "input.process"
_backend_type = "bk_sftp"
_backend_type = "bk_sftp_imp"
_inherit = "edi.component.input.mixin"

def process(self):
Expand Down

0 comments on commit 9482d97

Please sign in to comment.