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

feat: Add billing email templates #835

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

spalmurray-codecov
Copy link
Contributor

@spalmurray-codecov spalmurray-codecov commented Oct 30, 2024

Adds email templates for failed payment and auto refund. These share a base template (base.html), which we can build additional templates on in the future.

Designs

Screenshot 2024-10-30 at 10 32 53
Screenshot 2024-10-30 at 10 33 11

@spalmurray-codecov spalmurray-codecov marked this pull request as ready for review October 30, 2024 14:33
Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.02%. Comparing base (1020c5d) to head (e452cbc).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files         442      442           
  Lines       36033    36033           
=======================================
  Hits        35320    35320           
  Misses        713      713           
Flag Coverage Δ
integration 98.02% <ø> (ø)
unit 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.90% <ø> (ø)
OutsideTasks 98.02% <ø> (ø)

@codecov-notifications
Copy link

codecov-notifications bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files         442      442           
  Lines       36033    36033           
=======================================
  Hits        35320    35320           
  Misses        713      713           
Flag Coverage Δ
integration 98.02% <ø> (ø)
unit 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.90% <ø> (ø)
OutsideTasks 98.02% <ø> (ø)

@codecov-qa
Copy link

codecov-qa bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.02%. Comparing base (1020c5d) to head (e452cbc).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files         442      442           
  Lines       36033    36033           
=======================================
  Hits        35320    35320           
  Misses        713      713           
Flag Coverage Δ
integration 98.02% <ø> (ø)
unit 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.90% <ø> (ø)
OutsideTasks 98.02% <ø> (ø)

Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.02%. Comparing base (1020c5d) to head (e452cbc).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #835   +/-   ##
=======================================
  Coverage   98.02%   98.02%           
=======================================
  Files         442      442           
  Lines       36033    36033           
=======================================
  Hits        35320    35320           
  Misses        713      713           
Flag Coverage Δ
integration 98.02% <ø> (ø)
unit 98.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
NonTestCode 95.90% <ø> (ø)
OutsideTasks 98.02% <ø> (ø)

@spalmurray-codecov spalmurray-codecov added this pull request to the merge queue Oct 30, 2024
Merged via the queue into main with commit f153619 Oct 30, 2024
27 checks passed
@spalmurray-codecov spalmurray-codecov deleted the spalmurray/billing-email-templates branch October 30, 2024 18:24
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