Remove whitespace in Stripe plan
This commit is contained in:
		
					parent
					
						
							
								b03cb073c2
							
						
					
				
			
			
				commit
				
					
						fc8f9993af
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -333,8 +333,8 @@ class StripeUtils(object):
 | 
			
		|||
        Returns the Stripe plan name
 | 
			
		||||
        :return:
 | 
			
		||||
        """
 | 
			
		||||
        return "{cpu} Cores, {memory} GB RAM, {disk_size} GB SSD " \
 | 
			
		||||
               ", {price} CHF".format(
 | 
			
		||||
        return "{cpu} Cores, {memory} GB RAM, {disk_size} GB SSD, " \
 | 
			
		||||
               "{price} CHF".format(
 | 
			
		||||
                    cpu=cpu,
 | 
			
		||||
                    memory=memory,
 | 
			
		||||
                    disk_size=disk_size,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue