Skip to content

Commit

Permalink
feat: update billing to use tiers
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Jun 10, 2024
1 parent d5bb6b9 commit 9f422ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util/env/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ pub fn chirp_service_name() -> &'static str {

#[derive(Deserialize)]
pub struct RivetBilling {
pub dynamic_servers_capacity_price_id: String,
pub indie_price_id: String,
pub studio_price_id: String,
}

pub fn billing() -> Option<&'static RivetBilling> {
Expand Down

0 comments on commit 9f422ff

Please sign in to comment.