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

15674 - Add invoice_number as params to PAD confirmation email #1929

Merged
merged 4 commits into from
Mar 20, 2025

Conversation

Jxio
Copy link
Collaborator

@Jxio Jxio commented Mar 19, 2025

Issue #:
bcgov/entity#15674
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).

@@ -361,6 +361,7 @@ def _create_pad_invoices(cls): # pylint: disable=too-many-locals
"credit_total": float(credit_total),
"invoice_total": float(invoice_total),
"invoice_process_date": f"{datetime.now(tz=timezone.utc)}",
"invoice_number": invoice_response.get("invoice_number"),
Copy link
Collaborator

Choose a reason for hiding this comment

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

ahh I see, invoice number right from the source

@Jxio Jxio merged commit 872bbe9 into bcgov:main Mar 20, 2025
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.

2 participants