Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CreateInvoicesAsync results are not coming back in the order they were sent #532

Closed
oaktechnology opened this issue Aug 15, 2024 · 3 comments

Comments

@oaktechnology
Copy link

SDK you're using (please complete the following information):

  • Version [1.6.0]

Describe the bug
Before this update when sending a BATCH of invoices using CreateInvoicesAsync the returning result (list of invoices) were in the order that they were sent (matching the source list order).
It would now appear that the returning result is in date order which means I have no way of knowing which invoice matches what was sent. Is it possible to revert this back to how it was in previous versions as I am now unable to match invoice posting with the source data.

To Reproduce
Steps to reproduce the behavior:
Batch send invoices in a random date order and the posted results return in date order and not the original sent order.

Expected behavior
Batch posted invoices return results in the order that they were sent.

If there was a way of knowing the GUID of an invoice before it was posted I could use this but this appears to only get created when the posting is done which by then the result order is lost.

Copy link

PETOSS-539

Copy link

Thanks for raising an issue, a ticket has been created to track your request

@oaktechnology
Copy link
Author

Please close for now as I have something working I believe. Will reopen if still a problem,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant