max / makenotwork
1 file changed,
+4 insertions,
-0 deletions
| @@ -276,6 +276,10 @@ impl TestHarness { | |||
| 276 | 276 | mt_base_url: None, | |
| 277 | 277 | fan_plus_price_id: None, | |
| 278 | 278 | creator_tier_prices: std::collections::HashMap::new(), | |
| 279 | + | creator_tier_annual_prices: std::collections::HashMap::new(), | |
| 280 | + | creator_tier_founder_prices: std::collections::HashMap::new(), | |
| 281 | + | creator_tier_founder_annual_prices: std::collections::HashMap::new(), | |
| 282 | + | creator_founder_window_open: false, | |
| 279 | 283 | build_trigger_token: opts.build_trigger_token, | |
| 280 | 284 | build_host_linux: None, | |
| 281 | 285 | build_host_darwin: None, |