Add preferred card field to UserCardDetail
This commit is contained in:
		
					parent
					
						
							
								f3ca9110e1
							
						
					
				
			
			
				commit
				
					
						9a9a764023
					
				
			
		
					 2 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -189,6 +189,7 @@ class UserCardDetail(AssignPermissionsMixin, models.Model):
 | 
			
		|||
    stripe_customer_id = models.CharField(unique=True, max_length=100)
 | 
			
		||||
    last4 = models.CharField(max_length=4)
 | 
			
		||||
    brand = models.CharField(max_length=10)
 | 
			
		||||
    preferred = models.BooleanField(default=False)
 | 
			
		||||
 | 
			
		||||
    class Meta:
 | 
			
		||||
        permissions = (
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue