aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Security/ISecurityManager.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2015-09-26 17:14:13 -0400
committerEric Reed <ebr@mediabrowser3.com>2015-09-26 17:14:13 -0400
commit33ab78155fd2442e275ec64a8390251fde1a139d (patch)
tree9ec19cf1b41e6560af48f3b0411b60e6f0081ade /MediaBrowser.Common/Security/ISecurityManager.cs
parente761d8141833dabc076a3a0c5f41505452ae2e2a (diff)
Add missing param
Diffstat (limited to 'MediaBrowser.Common/Security/ISecurityManager.cs')
-rw-r--r--MediaBrowser.Common/Security/ISecurityManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs
index 17bd88b65..b82159aa6 100644
--- a/MediaBrowser.Common/Security/ISecurityManager.cs
+++ b/MediaBrowser.Common/Security/ISecurityManager.cs
@@ -45,7 +45,7 @@ namespace MediaBrowser.Common.Security
/// Register an appstore sale
/// </summary>
/// <returns>true if successful</returns>
- Task<Boolean> RegisterAppStoreSale(string store, string application, string product,
+ Task<Boolean> RegisterAppStoreSale(string store, string application, string product, string feature,
string type, string storeId, string storeToken, string email, string amt);
/// <summary>