diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2015-09-27 12:46:15 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2015-09-27 12:46:15 -0400 |
| commit | 8146361ac766dced749c324d058f05fc3811c108 (patch) | |
| tree | 643fefb89fc04b62bdec0f278464c7d1a01698c5 /MediaBrowser.Common/Security | |
| parent | d330ec997a5efd46374e320425be4c83e9e8f517 (diff) | |
Revert "Add store registration endpoint (pointing to test)"
This reverts commit 42ddf1cd86b5a5b50f8023e492ce6d7fcadc0fe1.
Diffstat (limited to 'MediaBrowser.Common/Security')
| -rw-r--r-- | MediaBrowser.Common/Security/ISecurityManager.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Common/Security/ISecurityManager.cs b/MediaBrowser.Common/Security/ISecurityManager.cs index 17bd88b65f..9354543532 100644 --- a/MediaBrowser.Common/Security/ISecurityManager.cs +++ b/MediaBrowser.Common/Security/ISecurityManager.cs @@ -1,4 +1,3 @@ -using System; using MediaBrowser.Model.Entities; using System.Threading.Tasks; @@ -42,13 +41,6 @@ namespace MediaBrowser.Common.Security Task LoadAllRegistrationInfo(); /// <summary> - /// Register an appstore sale - /// </summary> - /// <returns>true if successful</returns> - Task<Boolean> RegisterAppStoreSale(string store, string application, string product, - string type, string storeId, string storeToken, string email, string amt); - - /// <summary> /// Gets the supporter information. /// </summary> /// <returns>Task<SupporterInfo>.</returns> |
