-
Notifications
You must be signed in to change notification settings - Fork 50
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
Refactor payment mails #309
base: next
Are you sure you want to change the base?
Conversation
@@ -353,9 +354,11 @@ def save(self, mbpayment=None, *args, **kwargs): | |||
self.member.make_payment(self.amount) | |||
super(Payment, self).save(*args, **kwargs) | |||
self.member.save() | |||
""" | |||
if self.member.email != "" and self.amount != 0: |
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.
Let's remove the code instead
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.
Absolutely, mistakenly didn't mark this PR draft
Codecov Report
@@ Coverage Diff @@
## next #309 +/- ##
==========================================
- Coverage 82.86% 82.80% -0.06%
==========================================
Files 31 31
Lines 2626 2635 +9
Branches 188 189 +1
==========================================
+ Hits 2176 2182 +6
- Misses 418 422 +4
+ Partials 32 31 -1
Continue to review full report at Codecov.
|
No description provided.