Add store registration endpoint (pointing to test)

This commit is contained in:
Eric Reed
2015-09-26 16:27:13 -04:00
parent ebc95ffb9a
commit 7404114fee
5 changed files with 79 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
using System;
using MediaBrowser.Model.Entities;
using System.Threading.Tasks;
@@ -40,6 +41,13 @@ namespace MediaBrowser.Common.Security
/// <returns></returns>
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>