Open heyarnold1 opened 3 years ago
In the Sandbox data payee name can be null and therefore the get beneficiaries request fails. I suggest changing
https://github.com/yapily/yapily-sdk-python/blob/e72a11c70a5d786aeb567b77d7911b1418c22a4a/sdk/yapily/models/payee.py#L64
if name is not None: self.name = name
In the Sandbox data payee name can be null and therefore the get beneficiaries request fails. I suggest changing
https://github.com/yapily/yapily-sdk-python/blob/e72a11c70a5d786aeb567b77d7911b1418c22a4a/sdk/yapily/models/payee.py#L64