This issue mirrors the problems in #572 , except we are using recurly.Pricing.Checkout rather than using recurly.Pricing directly.
Problem:
When a plan is configured with a free trial and a customer enters a single-use coupon, the pricing rendering does not reflect the discount on the price.next value as it should, because price.next is unconditionally skipped if the coupon.single_use is true.
I've submitted a PR #974 to resolve this issue.
This issue mirrors the problems in #572 , except we are using
recurly.Pricing.Checkoutrather than usingrecurly.Pricingdirectly.Problem:
When a plan is configured with a free trial and a customer enters a single-use coupon, the pricing rendering does not reflect the discount on the
price.nextvalue as it should, becauseprice.nextis unconditionally skipped if thecoupon.single_useis true.I've submitted a PR #974 to resolve this issue.