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
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 Allocationscollection.
The text was updated successfully, but these errors were encountered:
SDK you're using (please complete the following information):
Describe the bug
deleteCreditNoteAllocations
returns an (empty)Allocation
object, but theDELETE /CreditNotes/{CreditNoteID}/Allocations/{AllocationID}
endpoint actually returns anAllocation**s**
collection.To Reproduce
Steps to reproduce the behavior:
Call
deleteCreditNoteAllocations
. Observe that the return value is a null-filledAllocation
object.Expected behavior
The return value of
deleteCreditNoteAllocations
is anAllocations
collection.The text was updated successfully, but these errors were encountered: