File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/FikaAmazonAPI/Parameter/ListingsItems Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ public bool Check()
31
31
{
32
32
throw new InvalidDataException ( "ListingsItemPutRequest is a required property for ParameterPutListingItem and cannot be null" ) ;
33
33
}
34
- if ( string . IsNullOrWhiteSpace ( this . listingsItemPutRequest . ProductType ) )
34
+ if ( string . IsNullOrWhiteSpace ( this . listingsItemPutRequest . productType ) )
35
35
{
36
36
throw new InvalidDataException ( "ProductType is a required property for ListingsItemPutRequest and cannot be null" ) ;
37
37
}
38
- if ( this . listingsItemPutRequest . Attributes == null )
38
+ if ( this . listingsItemPutRequest . attributes == null )
39
39
{
40
40
throw new InvalidDataException ( "Attributes is a required property for ListingsItemPutRequest and cannot be null" ) ;
41
41
}
You can’t perform that action at this time.
0 commit comments