Skip to content

Commit 60ec599

Browse files
committed
fix #479
1 parent 9fb0cec commit 60ec599

File tree

1 file changed

+1
-1
lines changed
  • Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/PrepOwner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public enum PrepOwner
4040
/// Enum NONE for value: NONE
4141
/// </summary>
4242
[EnumMember(Value = "NONE")]
43-
NONE = 2
43+
NONE = 3
4444
}
4545

4646
}

0 commit comments

Comments
 (0)