Closed 8BitJonny closed 1 year ago
Originally spawned by this Roadmap item: https://getlago.canny.io/developer-experience/p/add-couponname-to-appliedcoupon-object the List all applied coupons endpoint now exposes the coupon_name but the property is still missing in the golang AppliedCoupon type.
List all applied coupons
coupon_name
AppliedCoupon
This PR adds the coupon_name to the AppliedCoupon type and makes it accessible to the user
Pull Request template
Originally spawned by this Roadmap item: https://getlago.canny.io/developer-experience/p/add-couponname-to-appliedcoupon-object the
List all applied coupons
endpoint now exposes thecoupon_name
but the property is still missing in the golangAppliedCoupon
type.This PR adds the
coupon_name
to theAppliedCoupon
type and makes it accessible to the user