API error when calling TransactionsService.GetAllTransactionsAsync
p-frackiewicz opened this issue · 2 comments
Describe the bug
TransactionsService.GetAllTransactionsAsync returns error result that createdSince and createdUntil are required in the request, even though they are defined in the request (but are formatted incorrectly).
To Reproduce
Steps to reproduce the behavior:
- Call method TransactionsService.GetAllTransactionsAsync
- Exception is thrown that createdSince and createdUntil are required in the request
Expected behavior
A list of transactions is returned.
Screenshots
Desktop (please complete the following information):
- OS: -
- Browser: -
- Version: -
Smartphone (please complete the following information):
- Device: -
- OS: -
- Browser: -
- Version: -
Additional context
Hi @p-frackiewicz,
Thanks a lot for reaching out to us with your issue. After a quick look I indeed noticed we were not properly parsing the datetime objects to ISO format strings. I created a quick fix for this. We should get this merged and released next Monday!
Let me know if you run into anything else.
Best, Jilling
Adyen
Hello @p-frackiewicz,
It is released in the latest version