mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
Pay 0 cost invoices that have not been paid (#1739)
This commit is contained in:
@ -101,7 +101,7 @@ namespace Bit.Core.Services
|
||||
return _invoiceService.SendInvoiceAsync(id, options);
|
||||
}
|
||||
|
||||
public Task<Stripe.Invoice> InvoicePayAsync(string id, Stripe.InvoicePayOptions options)
|
||||
public Task<Stripe.Invoice> InvoicePayAsync(string id, Stripe.InvoicePayOptions options = null)
|
||||
{
|
||||
return _invoiceService.PayAsync(id, options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user