iyzipay-python
iyzipay-python copied to clipboard
Make response more user friendly and abstract
It was not good enough that methods returning HTTPResponse instances, so I extracted status and body and return as an instance of IyzipayResponse (a new class which I introduced).