mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Allow adjustment of Patrons Circle cost
This commit is contained in:
parent
a4d1e9d724
commit
9a2b095b70
8 changed files with 153 additions and 123 deletions
|
@ -50,6 +50,9 @@ const ARTWORK_IMAGE_MINIMUM_HEIGHT = 300;
|
|||
const CAPTCHA_IMAGE_HEIGHT = 72;
|
||||
const CAPTCHA_IMAGE_WIDTH = 230;
|
||||
|
||||
const PATRONS_CIRCLE_MONTHLY_COST = 15;
|
||||
const PATRONS_CIRCLE_YEARLY_COST = 150;
|
||||
|
||||
// These are defined for convenience, so that getting HTTP input isn't so wordy.
|
||||
const GET = Enums\HttpVariableSource::Get;
|
||||
const POST = Enums\HttpVariableSource::Post;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue