chargify / chargify_api_ares

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

Customer#payment_profiles doesn't work #55

Closed jameswritescode closed 9 years ago

jameswritescode commented 11 years ago
customer = Chargify::Customer.last
customer.payment_profiles

This returns all the payment profiles for the site, rather then the selected customers payment profiles because it Customer#payment_profiles is sending params that are not recognized by the API (specifically, :customer_id => self.customer_id)

jeremywrowe commented 9 years ago

This has been taken care of.