Stripe id is not a dict
This commit is contained in:
		
					parent
					
						
							
								37f82a48d5
							
						
					
				
			
			
				commit
				
					
						ff7b20b0dc
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -241,7 +241,7 @@ def handle_webhook(request): | |||
|                 request = json.loads(incomplete_pm.request) | ||||
|             logger.debug("request = %s" % str(request)) | ||||
|             if incomplete_pm.stripe_onetime_charge: | ||||
|                 soc = json.loads(incomplete_pm.stripe_onetime_charge) | ||||
|                 soc = incomplete_pm.stripe_onetime_charge | ||||
|             logger.debug("stripe_onetime_charge = %s" % str(soc)) | ||||
|             if incomplete_pm.gp_details: | ||||
|                 gp_details = json.loads(incomplete_pm.gp_details) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue