Added Paypalme options, no UI yet (#568)

* Added Paypalme options

* Added Custom Donation UI

* Updated error checking

* Review fixes to donation work
This commit is contained in:
Jim MacKenize 2016-10-10 01:59:39 -05:00 committed by Jamie
parent 6a7ea83f99
commit 41e6d72210
7 changed files with 123 additions and 2 deletions

View file

@ -60,6 +60,9 @@ namespace PlexRequests.Core.SettingModels
public bool DisableTvRequestsBySeason { get; set; }
public bool SendRecentlyAddedEmail { get; set; }
public string CustomDonationUrl { get; set; }
public bool EnableCustomDonationUrl { get; set; }
public string CustomDonationMessage { get; set; }
/// <summary>
/// The CSS name of the theme we want
/// </summary>