-
Notifications
You must be signed in to change notification settings - Fork 80
26975 - Outputs and email templates for Appoint and Cease Receiver / Receiver Manager filing #3503
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3503 +/- ##
==========================================
- Coverage 76.09% 75.12% -0.98%
==========================================
Files 204 290 +86
Lines 13665 18094 +4429
Branches 2332 3046 +714
==========================================
+ Hits 10399 13593 +3194
- Misses 2602 3561 +959
- Partials 664 940 +276
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
@@ -1007,6 +1007,7 @@ def has_product(code: str, token: str) -> bool: | |||
|
|||
return any(p['code'] == code and p['subscriptionStatus'] == 'ACTIVE' for p in user_products) | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed lint issue only
'development': 'legal_api.config.DevConfig', | ||
'testing': 'legal_api.config.TestConfig', | ||
'production': 'legal_api.config.ProdConfig', | ||
'default': 'legal_api.config.ProdConfig', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed lint issues only
queue_services/entity-filer/src/entity_filer/filing_processors/cease_receiver.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The outputs look good to me.
...e_services/entity-emailer/src/entity_emailer/email_processors/cease_receiver_notification.py
Outdated
Show resolved
Hide resolved
queue_services/entity-filer/src/entity_filer/filing_processors/cease_receiver.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you replicate this change in business-filer
and business-emailer
queue_services/business-emailer/src/business_emailer/email_templates/CEASE_RECVR copy.html
Outdated
Show resolved
Hide resolved
...ices/business-emailer/src/business_emailer/email_processors/appoint_receiver_notification.py
Outdated
Show resolved
Hide resolved
Can you look into the linting and testing issues |
Issue #: /bcgov/entity#26975
Description of changes:
Appoint Receiver output:

Cease Receiver output:

Business summary:

Emails:

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