From 5d74fcbb87e20fb1a52b6ad2650ced97e8ad12e7 Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Fri, 16 Oct 2015 13:53:49 -0400 Subject: Re-work appstore registration to pass-thru parameters --- MediaBrowser.Common/Security/ISecurityManager.cs | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'MediaBrowser.Common/Security/ISecurityManager.cs') diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index 1b2e22a78..729de911b 100644 --- a/MediaBrowser.Common/Security/ISecurityManager.cs +++ b/MediaBrowser.Common/Security/ISecurityManager.cs @@ -50,16 +50,7 @@ namespace MediaBrowser.Common.Security /// /// Register and app store sale with our back-end /// - /// - /// - /// - /// - /// - /// - /// - /// - /// - Task RegisterAppStoreSale(string store, string application, string product, string feature, - string type, string storeId, string storeToken, string email, string amt); + /// Json parameters to pass to admin server + Task RegisterAppStoreSale(string parameters); } } \ No newline at end of file -- cgit v1.2.3