From 9f138d86b1f1dd24d02cdf0a24148a280615a0fa Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Sun, 27 Sep 2015 12:45:53 -0400 Subject: Revert "Add missing param" This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695. --- MediaBrowser.Common/Security/ISecurityManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Common/Security') diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index b82159aa6c..17bd88b65f 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 /// /// true if successful - Task RegisterAppStoreSale(string store, string application, string product, string feature, + Task RegisterAppStoreSale(string store, string application, string product, string type, string storeId, string storeToken, string email, string amt); /// -- cgit v1.2.3