kfrancis / chargify-dot-net

MIT License
20 stars 49 forks source link

No UpdateProduct? #18

Closed dbruning closed 8 years ago

dbruning commented 8 years ago

Hi,

I'm using ChargifyDotNet to check and move configuration changes between sites. Thanks for the excellent work!

I noticed that there is no UpdateProduct method. There is an UpdateCustomer method, and Customers have settable properties - but Products seem to have properties that are get-only. Is this by design? It seems like the Chargify API allows product updates, so I'm wondering why ChargifyDotNet doesn't.

kfrancis commented 8 years ago

Chargify opened that up eventually. Back when this was first added, you could only update the products through the admin.

Should be fairly easy to add if you wanted to tackle that.

dbruning commented 8 years ago

Ah right. I've scratched my immediate itch by hitting the API directly, but would like to come back & help add this in to chargify.net at some stage.

kfrancis commented 8 years ago

Released in v1.1.5898.21530