mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
paymentservice with stripe & braintree implem.
This commit is contained in:
10
src/Core/Services/IPaymentService.cs
Normal file
10
src/Core/Services/IPaymentService.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IPaymentService
|
||||
{
|
||||
Task PurchasePremiumAsync(User user, string paymentToken, short additionalStorageGb);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user