chargify / chargify_api_ares

A Chargify API wrapper for Ruby using ActiveResource
http://chargify.com
MIT License
161 stars 95 forks source link

Customer Metadata? #96

Closed bbrealnex closed 9 years ago

bbrealnex commented 9 years ago

I can't seem to add/modify Customer Metadata (for a given customer), only Subscription Metadata. Is Customer Metadata not supported yet?

jeremywrowe commented 9 years ago

Correct, the gem only supports Subscription Metadata currently.

YesThatAllen commented 9 years ago

We too are interested in options regarding metadata (which I assume includes custom fields)

wsmoak commented 9 years ago

I'm working on adding support for customer metadata -- so far it seems like a straightforward copy/paste/modify of what's already there for subscriptions will do it.

... and I opened https://github.com/chargify/chargify_api_ares/pull/110 for this.

New PR is https://github.com/chargify/chargify_api_ares/pull/114

wsmoak commented 9 years ago

Customer Metadata is now available in version 1.3.5 of the gem.