mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	stripe: Allow user to update email for sending invoice.
This commit is contained in:
		@@ -847,7 +847,12 @@ class BillingSession(ABC):
 | 
			
		||||
            business_profile={
 | 
			
		||||
                "headline": "Invoice and receipt billing information",
 | 
			
		||||
            },
 | 
			
		||||
            features={"customer_update": {"enabled": True, "allowed_updates": ["address", "name"]}},
 | 
			
		||||
            features={
 | 
			
		||||
                "customer_update": {
 | 
			
		||||
                    "enabled": True,
 | 
			
		||||
                    "allowed_updates": ["address", "name", "email"],
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
        return stripe.billing_portal.Session.create(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user