fixed vm pricing error
This commit is contained in:
		
					parent
					
						
							
								4daf6ac3ac
							
						
					
				
			
			
				commit
				
					
						9a93a3e315
					
				
			
		
					 3 changed files with 6 additions and 2 deletions
				
			
		|  | @ -9,6 +9,9 @@ class StripePayment(object): | |||
|     @classmethod | ||||
|     def make_payment(cls,user,amount,token,time): | ||||
|         try: | ||||
|             print(amount) | ||||
|             print(amount) | ||||
|             print(amount) | ||||
|             # Use Stripe's library to make requests... | ||||
|             charge = stripe.Charge.create( | ||||
|                 amount=amount, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue