mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	populate_billing_realms: Add switch-to-annual-EOC customer.
This commit is contained in:
		@@ -93,6 +93,12 @@ class Command(BaseCommand):
 | 
				
			|||||||
                tier=CustomerPlan.STANDARD,
 | 
					                tier=CustomerPlan.STANDARD,
 | 
				
			||||||
                charge_automatically=False,
 | 
					                charge_automatically=False,
 | 
				
			||||||
            ),
 | 
					            ),
 | 
				
			||||||
 | 
					            CustomerProfile(
 | 
				
			||||||
 | 
					                unique_id="standard-switch-to-annual-eoc",
 | 
				
			||||||
 | 
					                billing_schedule=CustomerPlan.MONTHLY,
 | 
				
			||||||
 | 
					                tier=CustomerPlan.STANDARD,
 | 
				
			||||||
 | 
					                status=CustomerPlan.SWITCH_TO_ANNUAL_AT_END_OF_CYCLE,
 | 
				
			||||||
 | 
					            ),
 | 
				
			||||||
            CustomerProfile(
 | 
					            CustomerProfile(
 | 
				
			||||||
                unique_id="sponsored",
 | 
					                unique_id="sponsored",
 | 
				
			||||||
                is_sponsored=True,
 | 
					                is_sponsored=True,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user