kfrancis/chargify-dot-net

Price Points?

Closed this issue · 13 comments

Are Price Points updatable with the API? I searched code for "price_point_id" and "PricePoint", but didn't get any hits.

If not, are there any plans to add in near future?

Thanks!

Can add this for you if you need.

Yes Please do. :) I also have to implement the same in my app.

vgooz commented

When are you planing to add price points support?
I need this feature too. Thanks.

Happy to take PRs here

Is this going to be implemented?

Any chance @EdLichtman wants to tackle this one? :)

Haven't worked in here in a while and I definitely don't have a dev environment set up or dev credentials.

I'd be interested in trying to help, but I'd like to take some time to figure out automated tests.

Sorry, I've been a bit busy lately. If you can't @EdLichtman, just let me know.

Hiya Kori,

I'm going to see what I can do about it over the next few weeks. I would be interested in pair programming if you'd like, since I would like to more pleasantly fit your pre-existing patterns (sorry for the outlier designed code I had previously written)

Honestly @kfrancis I don't think I'll get it done. Things have been packed. If in a week from now you still haven't gotten it done, I'll see about trying it out, but I won't start working on it unless I come back and tell you I'm doing it. I don't want to stop you from delivering value to the people who rely on your library.

Well, I remember now why I didn't add it immediately. Kind of annoying to implement, especially if I want to keep XML format alive in there as well. Working on it.

See release v1.4.0.

Now, not all methods are currently implemented. I've found that this set of endpoints is rather fickle between json and XML. I'm still working on getting more information from Chargify, at which time I'll release an update.