1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Defines Membership discount.

This commit is contained in:
Jonathan Rosenbaum 2017-08-07 01:22:06 +00:00
parent 1f73ed2a2e
commit f69c4d49c9

View File

@ -40,6 +40,9 @@ define("MEMBERSHIP_DAYS",2);
// Define how long a patron remains a member if they purchase a membership.
define("PURCHASED_MEMBERSHIP_DAYS",365);
// Define discount for paid members (applies when volunteer benefits do not)
define("MEMBERSHIP_DISCOUNT",10); // PERCENTAGE
/*********
STAND TIME
**********/