Skip to content

Commit 75e6322

Browse files
committed
fix bug
1 parent 8271cfd commit 75e6322

File tree

1 file changed

+2
-2
lines changed
  • Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders

1 file changed

+2
-2
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Orders/OrderItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public enum DeemedResellerCategoryEnum
4949
/// Enum NO_VOEC for value: NO_VOEC
5050
/// </summary>
5151
[EnumMember(Value = "NO_VOEC")]
52-
NO_VOEC = 3
53-
52+
NO_VOEC = 3,
53+
5454
/// <summary>
5555
/// Enum GB_VOEC for value: GB_VOEC
5656
/// </summary>

0 commit comments

Comments
 (0)