Get the last monthly hosting bill

This commit is contained in:
PCoder 2019-04-03 06:22:49 +02:00
parent 0bc8c35031
commit b1566c4c61
1 changed files with 2 additions and 3 deletions

View File

@ -24,9 +24,8 @@ class Command(BaseCommand):
if hasattr(user, 'stripecustomer'):
self.stdout.write(self.style.SUCCESS(
'Found %s. Fetching bills for him.' % email))
mhb = MonthlyHostingBill.objects.last(
customer=user.stripecustomer
)
mhb = MonthlyHostingBill.objects.filter(
customer=user.stripecustomer).last()
created_gt = {}
if mhb is not None:
# fetch only invoices which is created after