forked from uncloud/uncloud
in between commit to update for cc tests
This commit is contained in:
parent
8dd4b712fb
commit
df4c0c3060
6 changed files with 108 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue