mirror of
https://github.com/bitwarden/server.git
synced 2025-04-14 09:38:16 -05:00
associated ah-hoc prorate invoice with sub
This commit is contained in:
parent
acb7ff2b09
commit
5945c39b32
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user