mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Second typo. Stupid payment code can't be tested offline.
This commit is contained in:
parent
30b533abbb
commit
0ea5e3fc68
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class Profile(models.Model):
|
|||
existing_history = PaymentHistory.objects.filter(user=self.user,
|
||||
payment_provider__in=['paypal', 'stripe'])
|
||||
if existing_history.count():
|
||||
logging.user(self.uer, " ---> Deleting existing history: %s payments" % existing_history.count())
|
||||
logging.user(self.user, " ---> Deleting existing history: %s payments" % existing_history.count())
|
||||
existing_history.delete()
|
||||
|
||||
# Record Paypal payments
|
||||
|
|
Loading…
Add table
Reference in a new issue