Skip to content

Commit 68f714d

Browse files
committed
Renamed properties in the check function
1 parent 2330cc4 commit 68f714d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/FikaAmazonAPI/Parameter/ListingsItems/ParameterPutListingItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ public bool Check()
3131
{
3232
throw new InvalidDataException("ListingsItemPutRequest is a required property for ParameterPutListingItem and cannot be null");
3333
}
34-
if (string.IsNullOrWhiteSpace(this.listingsItemPutRequest.ProductType))
34+
if (string.IsNullOrWhiteSpace(this.listingsItemPutRequest.productType))
3535
{
3636
throw new InvalidDataException("ProductType is a required property for ListingsItemPutRequest and cannot be null");
3737
}
38-
if (this.listingsItemPutRequest.Attributes==null)
38+
if (this.listingsItemPutRequest.attributes==null)
3939
{
4040
throw new InvalidDataException("Attributes is a required property for ListingsItemPutRequest and cannot be null");
4141
}

0 commit comments

Comments
 (0)