Improve comment
This commit is contained in:
		
					parent
					
						
							
								6b663d82a1
							
						
					
				
			
			
				commit
				
					
						1e214f7b21
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -530,7 +530,7 @@ class OrderConfirmationView(DetailView):
 | 
				
			||||||
                or stripe_subscription_obj.status != 'active'):
 | 
					                or stripe_subscription_obj.status != 'active'):
 | 
				
			||||||
            # At this point, we have created a Stripe API card and
 | 
					            # At this point, we have created a Stripe API card and
 | 
				
			||||||
            # associated it with the customer; but the transaction failed
 | 
					            # associated it with the customer; but the transaction failed
 | 
				
			||||||
            # due to some reason.
 | 
					            # due to some reason. We may want to dissociate this card.
 | 
				
			||||||
            # stripe_utils.dissociate_customer_card(
 | 
					            # stripe_utils.dissociate_customer_card(
 | 
				
			||||||
            #     stripe_api_cus_id,
 | 
					            #     stripe_api_cus_id,
 | 
				
			||||||
            #     card_details_dict['card_id']
 | 
					            #     card_details_dict['card_id']
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue