Revert "Add missing param"

This reverts commit 41715f145d1ff47b95d870ff8f224e778b25e695.
This commit is contained in:
Eric Reed
2015-09-27 12:45:53 -04:00
parent 33ab78155f
commit 9f138d86b1
3 changed files with 4 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ namespace MediaBrowser.Common.Security
/// Register an appstore sale
/// </summary>
/// <returns>true if successful</returns>
Task<Boolean> RegisterAppStoreSale(string store, string application, string product, string feature,
Task<Boolean> RegisterAppStoreSale(string store, string application, string product,
string type, string storeId, string storeToken, string email, string amt);
/// <summary>