mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
Added percent off to discount, removed discount from user sub (#3326)
This commit is contained in:
@@ -1568,7 +1568,7 @@ public class StripePaymentService : IPaymentService
|
||||
|
||||
if (customer.Discount != null)
|
||||
{
|
||||
subscriptionInfo.Discount = new SubscriptionInfo.BillingCustomerDiscount(customer.Discount);
|
||||
subscriptionInfo.CustomerDiscount = new SubscriptionInfo.BillingCustomerDiscount(customer.Discount);
|
||||
}
|
||||
|
||||
if (subscriber.IsUser())
|
||||
|
||||
Reference in New Issue
Block a user