mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Typo.
This commit is contained in:
parent
761033a89e
commit
30b533abbb
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class Profile(models.Model):
|
|||
self.save()
|
||||
|
||||
logging.user(self.user, "Found %s paypal and %s stripe payments (%s payments expire: %s)" % (
|
||||
len(paypal_payments), len(stripe_payments), len(payment_history), self.premium_expire)
|
||||
len(paypal_payments), len(stripe_payments), len(payment_history), self.premium_expire))
|
||||
|
||||
def refund_premium(self, partial=False):
|
||||
refunded = False
|
||||
|
|
Loading…
Add table
Reference in a new issue