mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Fixes #61. Redundant named constant.
This commit is contained in:
@@ -49,15 +49,12 @@ define("MEMBERSHIP_DISCOUNT",10); // PERCENTAGE
|
||||
/*********
|
||||
STAND TIME
|
||||
**********/
|
||||
// Determines the behaviour of Stand Time (transaction_type_id)
|
||||
// Determines the hourly cost for Stand Time (transaction_type_id)
|
||||
define("STAND_TIME_HOURLY_RATE",10); // IN DOLLARS
|
||||
|
||||
// Define how much time over 1hr is allowed before charging for the next hour.
|
||||
define("STAND_TIME_GRACE_PERIOD",15); // IN MINUTES 1 - 59
|
||||
|
||||
// Define hourly cost for stand time
|
||||
define("STAND_TIME_VALUE",10); // IN DOLLARS
|
||||
|
||||
// Define how many free days of stand time are allotted after purchase of a bike
|
||||
define("FREE_STAND_TIME_PERIOD",30); // IN DAYS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user