mirror of
https://github.com/bitwarden/server.git
synced 2025-04-15 18:18:12 -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,
|
Billing = Billing.SendInvoice,
|
||||||
DaysUntilDue = 1,
|
DaysUntilDue = 1,
|
||||||
CustomerId = subscriber.GatewayCustomerId
|
CustomerId = subscriber.GatewayCustomerId,
|
||||||
|
SubscriptionId = subscriber.GatewaySubscriptionId
|
||||||
});
|
});
|
||||||
|
|
||||||
var invoicePayOptions = new InvoicePayOptions();
|
var invoicePayOptions = new InvoicePayOptions();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user