Use server variables for client-size price calculation

This commit is contained in:
Skylar Ittner 2022-04-20 14:00:37 -06:00
parent 95d46f3633
commit f8948179b4

View File

@ -37,6 +37,7 @@ $SETTINGS = [
"prices" => [ "prices" => [
"camp" => 50.0, "camp" => 50.0,
"tshirt" => 10.0, "tshirt" => 10.0,
"adult_volunteer_daily_discount" => 10.0,
// Set to false to make shirts always free, set to a number to make them // Set to false to make shirts always free, set to a number to make them
// free for people who work at least that many days // free for people who work at least that many days
"youth_tshirt" => false, "youth_tshirt" => false,