On this line: https://github.com/paymill/paymill-python/blob/67e470818e7ca03a030949bd5f148f4d2af1d786/paymill/models/transaction.py#L76 a string is returned, which is being iterated over here: https://github.com/paymill/paymill-python/blob/67e470818e7ca03a030949bd5f148f4d2af1d786/paymill/services/paymill_service.py#L38 but it should have been a tuple like the other models. I guess a missing comma will do it.
On this line:
paymill-python/paymill/models/transaction.py
Line 76 in 67e4708
a string is returned, which is being iterated over here:
paymill-python/paymill/services/paymill_service.py
Line 38 in 67e4708
but it should have been a tuple like the other models. I guess a missing comma will do it.