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

19163 & 19165 - Credits implementation to assist customers where their credits have been spent #1767

Merged
merged 22 commits into from
Oct 7, 2024

Conversation

seeker25
Copy link
Collaborator

@seeker25 seeker25 commented Oct 7, 2024

Issue #:
bcgov/entity#19163
bcgov/entity#19165

Description of changes:

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).

@seeker25 seeker25 marked this pull request as ready for review October 7, 2024 20:00
@@ -568,6 +616,13 @@ def _create_credit_records(csv_content: str):
account_id=pay_account.id
).save()

for row in csv.DictReader(csv_content.splitlines()):
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Needs to be done after the credits have been established

@seeker25 seeker25 merged commit 0107ddb into bcgov:main Oct 7, 2024
16 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