From 7404114fee8a06983261bb7a8e361c00ed8b3d7a Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Sat, 26 Sep 2015 16:27:13 -0400 Subject: Add store registration endpoint (pointing to test) --- MediaBrowser.Common/Security/ISecurityManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MediaBrowser.Common/Security') diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index 9354543532..17bd88b65f 100644 --- a/MediaBrowser.Common/Security/ISecurityManager.cs +++ b/MediaBrowser.Common/Security/ISecurityManager.cs @@ -1,3 +1,4 @@ +using System; using MediaBrowser.Model.Entities; using System.Threading.Tasks; @@ -40,6 +41,13 @@ namespace MediaBrowser.Common.Security /// Task LoadAllRegistrationInfo(); + /// + /// Register an appstore sale + /// + /// true if successful + Task RegisterAppStoreSale(string store, string application, string product, + string type, string storeId, string storeToken, string email, string amt); + /// /// Gets the supporter information. /// -- cgit v1.2.3