getyouridx / pychargify

Python Library for Chargify.com
http://support.chargify.com/faqs/api
GNU General Public License v2.0
22 stars 18 forks source link

Issues initializing Chargify() #6

Closed Lukich closed 12 years ago

Lukich commented 12 years ago

So, per instructions I was trying to initialize Chargify with api key and subdomain. However, it was failing, telling me that I need to specify api key and subdomain. Further investigation led me to line 617 in api.py. Basically, right now it looks for self.api_key and self.subdomain, which are defined as empty, so the code gets ignored. Switching them to apikey and subdomain fixed this issue. Out of curiosity - is this app used by anyone? I'm surprised no one commented on this.

ghost commented 12 years ago

After I wrote the code a few years ago we decided not to use Chargify, so the library is here incase its of use to others rather than being trashed. It gets the odd pull request but as I have no way to test them and i just blindly merge them.

Lukich commented 12 years ago

I see. Thanks!