mirror of
https://github.com/bitwarden/server
synced 2025-12-22 03:03:33 +00:00
associated ah-hoc prorate invoice with sub
This commit is contained in:
@@ -530,7 +530,8 @@ namespace Bit.Core.Services
|
||||
{
|
||||
Billing = Billing.SendInvoice,
|
||||
DaysUntilDue = 1,
|
||||
CustomerId = subscriber.GatewayCustomerId
|
||||
CustomerId = subscriber.GatewayCustomerId,
|
||||
SubscriptionId = subscriber.GatewaySubscriptionId
|
||||
});
|
||||
|
||||
var invoicePayOptions = new InvoicePayOptions();
|
||||
|
||||
Reference in New Issue
Block a user