Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referral code functionality not implemented #13

Closed
TimS- opened this issue Oct 23, 2015 · 5 comments
Closed

Referral code functionality not implemented #13

TimS- opened this issue Oct 23, 2015 · 5 comments

Comments

@TimS-
Copy link

TimS- commented Oct 23, 2015

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

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

@kfrancis
Copy link
Owner

kfrancis commented Nov 6, 2015

I'll take a look.

@TimS-
Copy link
Author

TimS- commented Jan 8, 2016

Any joy with this one? Cheers

@kfrancis
Copy link
Owner

kfrancis commented Feb 8, 2016

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
Copy link
Owner

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

@kfrancis
Copy link
Owner

(Thanks to @jamzi)

kfrancis added a commit that referenced this issue Aug 30, 2016
@kfrancis kfrancis closed this as completed Aug 1, 2017
hewittj added a commit to hewittj/chargify-dot-net that referenced this issue Oct 25, 2017
* Add option to remove a coupon - kfrancis#37

* Resharper misc cleanup

* .NET Core wip

* more wip

* Finishes kfrancis#33

Released in 1.1.6085.27777

* Finish kfrancis#37

Released in 1.1.6085.28097

* Fixes kfrancis#34

Released in v1.1.6085.28452

* Adds kfrancis#13

* Changes to add endpoints to find all coupons in a product family and retrieve usage details for a single coupon.

* Remove .NET core attempt

* Fixes kfrancis#49

Mark methods as obsolete

* Add support for kfrancis#48

Add hold/pause and resume support

* Handle serialization issue

* Update missing product fields for kfrancis#45

* Scrub test key

* Multi-target Net40, Net45 and NetCore

Fixes kfrancis#50 migrating to .NET Standard 2.0

* Remove nuspec from old project

* Remove beta tag

* Add invoice payment method

Fixes kfrancis#43

* Remove superfluous project

* wip kfrancis#42

* Use proper subItemObj

Fixes kfrancis#42

* Make test generic

* Add charge create options wip

Addresses kfrancis#40

* Remove old project and fix documentation

* Internalize PCLWebUtility (for now) and update Json.Net

* Update consumer sample apps

* Add test for kfrancis#51

* Fixes kfrancis#39

* Removed URL encode of entire methodString for update subscription URLs and instead encoded properties of the url.

* Version bump for kfrancis#54
hewittj added a commit to hewittj/chargify-dot-net that referenced this issue Oct 25, 2017
* Add option to remove a coupon - kfrancis#37

* Resharper misc cleanup

* .NET Core wip

* more wip

* Finishes kfrancis#33

Released in 1.1.6085.27777

* Finish kfrancis#37

Released in 1.1.6085.28097

* Fixes kfrancis#34

Released in v1.1.6085.28452

* Adds kfrancis#13

* Changes to add endpoints to find all coupons in a product family and retrieve usage details for a single coupon.

* Remove .NET core attempt

* Fixes kfrancis#49

Mark methods as obsolete

* Add support for kfrancis#48

Add hold/pause and resume support

* Handle serialization issue

* Update missing product fields for kfrancis#45

* Scrub test key

* Multi-target Net40, Net45 and NetCore

Fixes kfrancis#50 migrating to .NET Standard 2.0

* Remove nuspec from old project

* Remove beta tag

* Add invoice payment method

Fixes kfrancis#43

* Remove superfluous project

* wip kfrancis#42

* Use proper subItemObj

Fixes kfrancis#42

* Make test generic

* Add charge create options wip

Addresses kfrancis#40

* Remove old project and fix documentation

* Internalize PCLWebUtility (for now) and update Json.Net

* Update consumer sample apps

* Add test for kfrancis#51

* Fixes kfrancis#39

* Removed URL encode of entire methodString for update subscription URLs and instead encoded properties of the url.

* Version bump for kfrancis#54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants