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

deleteCreditNoteAllocations has incorrect return type Allocation instead of Allocations #341

Open
MasonD opened this issue Jan 16, 2024 · 2 comments

Comments

@MasonD
Copy link

MasonD commented Jan 16, 2024

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

  • Version 2.23.2

Describe the bug
deleteCreditNoteAllocations returns an (empty) Allocation object, but the DELETE /CreditNotes/{CreditNoteID}/Allocations/{AllocationID} endpoint actually returns an Allocation**s** collection.

To Reproduce
Steps to reproduce the behavior:
Call deleteCreditNoteAllocations. Observe that the return value is a null-filled Allocation object.

Expected behavior
The return value of deleteCreditNoteAllocations is an Allocations collection.

Copy link

PETOSS-383

Copy link

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

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