mirror of
https://github.com/bitwarden/server
synced 2025-12-12 06:13:43 +00:00
upgrade stripe lib and breaking changes
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Bit.Api.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
var invoice = await new StripeInvoiceService().GetAsync(invoiceId);
|
||||
var invoice = await new InvoiceService().GetAsync(invoiceId);
|
||||
if(invoice != null && invoice.CustomerId == organization.GatewayCustomerId &&
|
||||
!string.IsNullOrWhiteSpace(invoice.HostedInvoiceUrl))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user