mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +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,
|
Billing = Billing.SendInvoice,
|
||||||
DaysUntilDue = 1,
|
DaysUntilDue = 1,
|
||||||
CustomerId = subscriber.GatewayCustomerId
|
CustomerId = subscriber.GatewayCustomerId,
|
||||||
|
SubscriptionId = subscriber.GatewaySubscriptionId
|
||||||
});
|
});
|
||||||
|
|
||||||
var invoicePayOptions = new InvoicePayOptions();
|
var invoicePayOptions = new InvoicePayOptions();
|
||||||
|
|||||||
Reference in New Issue
Block a user