mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05: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