mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
iap pre-purchase check
This commit is contained in:
@ -15,6 +15,8 @@ namespace Bit.Core.Models.Business
|
||||
|
||||
public class BillingSource
|
||||
{
|
||||
public BillingSource() { }
|
||||
|
||||
public BillingSource(PaymentMethod method)
|
||||
{
|
||||
if(method.Card != null)
|
||||
|
Reference in New Issue
Block a user