killbill / killbill-client-python

Python client library for Kill Bill
https://killbill.io
8 stars 20 forks source link

Fix Resource __repr__ method #3

Open fedetorre opened 6 years ago

fedetorre commented 6 years ago

Hi, if you print the Account object the python interpreter raise this exception. RuntimeError: maximum recursion depth exceeded

This pull request fix the problem.

Best,

Federico

fedetorre commented 6 years ago

Ok, I've done the required changes. I'm still working on implementing some other resources I need for a project I'm currently develop so I send you some other pull requests in the next days.