kfrancis / chargify-dot-net

MIT License
20 stars 49 forks source link

Referral code functionality not implemented #13

Closed TimS- closed 6 years ago

TimS- commented 8 years ago

The Subscription#create API endpoint now takes an optional ref parameter.

https://docs.chargify.com/referrals https://docs.chargify.com/api-subscriptions

kfrancis commented 8 years ago

I'll take a look.

TimS- commented 8 years ago

Any joy with this one? Cheers

kfrancis commented 8 years ago

Adding parameters to subscription create is getting to be unweildy. I'm looking at refactoring subscription create to take a single "options" parameter and doing it that way.

kfrancis commented 7 years ago

@TimS- The refactor included the "ref" param, but the rest I'm committing right now.

kfrancis commented 7 years ago

(Thanks to @jamzi)