Skip to content

Commit 0f2e472

Browse files
authored
Fixed property naming.
1 parent 836fa40 commit 0f2e472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/FikaAmazonAPI/Parameter/ProductPricing/ParameterGetCompetitivePricing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public ItemType ItemType { get {
2121

2222
throw new ArgumentException("You cant request without fill Skus or Asins , you need to fill only of them only");
2323
} }
24-
public CustomerType? ItemCondition { get; set; }
24+
public CustomerType? CustomerType { get; set; }
2525
}
2626
}

0 commit comments

Comments
 (0)