Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FIX] account_statement_import_online_gocardless : fix typing error… #746

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
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
Loading