mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
Add store registration endpoint (pointing to test)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user