kfrancis / chargify-dot-net

MIT License
20 stars 49 forks source link

No methods to Validate a coupon or retrieve Coupon Usage #12

Open TimS- opened 8 years ago

TimS- commented 8 years ago

Endpoints for coupon validation and coupon usage are detailed in the API docs here but don't seem to be available in this library (that I could see): https://docs.chargify.com/api-coupons

kfrancis commented 8 years ago

I generally use the FindCoupon to validate, and though I do see a specific validate call it really doesn't add anything.

EdLichtman commented 5 years ago

@TimS- What coupon validation are you looking to do? Could you please provide a summary of the endpoints you're looking to add?