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

Fix the credit syncing so it falls back to ONLINE_BANKING #1674

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

seeker25
Copy link
Collaborator

@seeker25 seeker25 commented Aug 9, 2024

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the sbc-pay license (Apache 2.0).

if cfs_account.payment_method == PaymentMethod.ONLINE_BANKING.value:
has_online_banking = True
if has_pad and has_online_banking:
raise Exception( # pylint: disable=broad-exception-raised
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I queried for this condition, didn't see any data with both

@seeker25 seeker25 merged commit c79d633 into bcgov:main Aug 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants