chargify / chargify_api_ares

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

Payment Profiles are not scoped by Customer #30

Closed brandon-beacher closed 9 years ago

brandon-beacher commented 12 years ago

Here's the issue illustrated in a screen shot:

https://img.skitch.com/20111114-e38dytgymtyej2epc7tat9epnm.jpg

Using ActiveResource::Base.logger = Logger.new(STDERR)

I can see the url is:

https://dealer-ignition-test.chargify.com:443/payment_profiles.xml?customer_id=106826

I edited the gem and set up a prefix and managed to get:

https://dealer-ignition-test.chargify.com:443/customers/1068265/payment_profiles.xml

But this url gives a 404.

How can I get payment profiles scoped by customer? Does the api support this?

jeremywrowe commented 9 years ago

This should be all set now.