in between commit to update for cc tests

This commit is contained in:
Nico Schottelius 2020-12-25 10:31:42 +01:00
commit df4c0c3060
6 changed files with 108 additions and 7 deletions

View file

@ -89,6 +89,8 @@ class StripeCustomer(models.Model):
on_delete=models.CASCADE)
stripe_id = models.CharField(max_length=32)
def __str__(self):
return self.owner.username
###
# Payments and Payment Methods.