mirror of
https://github.com/bitwarden/server
synced 2025-12-22 19:23:45 +00:00
Expand coupon.applies_to (#6554)
This commit is contained in:
@@ -641,7 +641,7 @@ public class StripePaymentService : IPaymentService
|
||||
}
|
||||
|
||||
var subscription = await _stripeAdapter.SubscriptionGetAsync(subscriber.GatewaySubscriptionId,
|
||||
new SubscriptionGetOptions { Expand = ["customer", "discounts", "test_clock"] });
|
||||
new SubscriptionGetOptions { Expand = ["customer.discount.coupon.applies_to", "discounts.coupon.applies_to", "test_clock"] });
|
||||
|
||||
subscriptionInfo.Subscription = new SubscriptionInfo.BillingSubscription(subscription);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user