Skip to content

Commit e8a43e5

Browse files
authored
Merge pull request #566 from mile-bkoos/main
2 parents b9eac44 + 0f2e472 commit e8a43e5

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)