collab: Remove GET /billing/monthly_spend
endpoint (#31123)
This PR removes the `GET /billing/monthly_spend` endpoint, as it is no longer used. Release Notes: - N/A
This commit is contained in:
parent
f196288e2d
commit
b444b326cb
5 changed files with 2 additions and 148 deletions
|
@ -7,10 +7,6 @@ pub use token::*;
|
|||
|
||||
pub const AGENT_EXTENDED_TRIAL_FEATURE_FLAG: &str = "agent-extended-trial";
|
||||
|
||||
/// The maximum monthly spending an individual user can reach on the free tier
|
||||
/// before they have to pay.
|
||||
pub const FREE_TIER_MONTHLY_SPENDING_LIMIT: Cents = Cents::from_dollars(10);
|
||||
|
||||
/// The default value to use for maximum spend per month if the user did not
|
||||
/// explicitly set a maximum spend.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue