You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods required to create a bulk payment fail with the following error:
Invalid value for 'currency', must not be None
The error is due to the response's amount object not including a currency field and thus causing the deserialisation to fail.
The issue can be circumvented by returning the raw response before deserialisation from api_client.py
The text was updated successfully, but these errors were encountered:
The methods required to create a bulk payment fail with the following error:
Invalid value for 'currency', must not be None
The error is due to the response's amount object not including a currency field and thus causing the deserialisation to fail.
The issue can be circumvented by returning the raw response before deserialisation from api_client.py
The text was updated successfully, but these errors were encountered: