no moneyback
This commit is contained in:
parent
14db8b4a05
commit
6077a17a83
8 changed files with 21 additions and 33 deletions
|
|
@ -11,7 +11,7 @@ use crate::pocketbase::get_superuser_token;
|
|||
use crate::state::{AppState, SharedState};
|
||||
|
||||
/// Pricing tiers: (cumulative user cap, price in pence).
|
||||
const TIERS: &[(u64, u64)] = &[(10, 99), (15, 999), (30, 2999), (50, 4999)];
|
||||
const TIERS: &[(u64, u64)] = &[(5, 99), (15, 999), (30, 2999), (50, 4999)];
|
||||
const FINAL_PRICE_PENCE: u64 = 9999;
|
||||
|
||||
#[derive(Serialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue