Amazon-SP-API-CSharp
Amazon-SP-API-CSharp copied to clipboard
ReimbursementsOrderRow - index outside the bounds of the array
ReimbursementsOrderRow.FromCsv splits the csvLine on \t. This array yields 16 elements, OriginalReimbursementId and OriginalReimbursementType refer to index 16 and 17 while both result in error. Verified issue in 1.7.9.
Thanks!