aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Security/ISecurityManager.cs
diff options
context:
space:
mode:
authorEric Reed <ebr@mediabrowser3.com>2015-09-27 12:45:53 -0400
committerEric Reed <ebr@mediabrowser3.com>2015-09-27 12:45:53 -0400
commit9f138d86b1f1dd24d02cdf0a24148a280615a0fa (patch)
tree32c61f99647948a17893edc521b3c7470dc7ad9e /MediaBrowser.Common/Security/ISecurityManager.cs
parent33ab78155fd2442e275ec64a8390251fde1a139d (diff)
Revert "Add missing param"
This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695.
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 b82159aa6..17bd88b65 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, string feature,
+ Task<Boolean> RegisterAppStoreSale(string store, string application, string product,
string type, string storeId, string storeToken, string email, string amt);
/// <summary>