Skip to content

Commit

Permalink
[FIX #745] account_statement_import_online_gocardless : fix typing er…
Browse files Browse the repository at this point in the history
…ror in wizard new_link method
  • Loading branch information
arpol-dev committed Dec 13, 2024
1 parent 806d0b6 commit 03806fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ def link_existing(self):
provider._gocardless_finish_requisition(dry=True)

def new_link(self):
return self.provider_id._gocardless_select_bank_instituion()
return self.provider_id._gocardless_select_bank_institution()

Check warning on line 31 in account_statement_import_online_gocardless/wizards/online_bank_statement_provider_existing.py

View check run for this annotation

Codecov / codecov/patch

account_statement_import_online_gocardless/wizards/online_bank_statement_provider_existing.py#L31

Added line #L31 was not covered by tests

0 comments on commit 03806fb

Please sign in to comment.