Skip to content

Commit c53e9f1

Browse files
committed
[PM-34146] Test to fix linter issue
1 parent 925e8fb commit c53e9f1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Core/Billing/Services/Implementations/SubscriberService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ await stripeAdapter.UpdateSubscriptionScheduleAsync(activeSchedule.Id,
293293
EndDate = phase1.EndDate,
294294
Items = phase1.Items.Select(i => new SubscriptionSchedulePhaseItemOptions
295295
{
296-
Price = i.PriceId, Quantity = i.Quantity
296+
Price = i.PriceId,
297+
Quantity = i.Quantity
297298
}).ToList(),
298299
Discounts = phase1.Discounts?.Select(d =>
299300
new SubscriptionSchedulePhaseDiscountOptions { Coupon = d.CouponId }).ToList(),

0 commit comments

Comments
 (0)