File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/FikaAmazonAPI/Services Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ public CatalogItemService(AmazonCredential amazonCredential) : base(amazonCreden
17
17
18
18
}
19
19
20
- [ Obsolete ( "This method deprecated in June 2022. Please use SearchCatalogItems202204 instead." , true ) ]
20
+ [ Obsolete ( "This method deprecated in June 2022. Please use SearchCatalogItems202204 instead." , false ) ]
21
21
public IList < Item > ListCatalogItems ( ParameterListCatalogItems parameterListCatalogItems ) =>
22
22
Task . Run ( ( ) => ListCatalogItemsAsync ( parameterListCatalogItems ) ) . ConfigureAwait ( false ) . GetAwaiter ( ) . GetResult ( ) ;
23
23
24
- [ Obsolete ( "This method deprecated in June 2022. Please use SearchCatalogItems202204Async instead." , true ) ]
24
+ [ Obsolete ( "This method deprecated in June 2022. Please use SearchCatalogItems202204Async instead." , false ) ]
25
25
public async Task < IList < Item > > ListCatalogItemsAsync ( ParameterListCatalogItems parameterListCatalogItems )
26
26
{
27
27
if ( string . IsNullOrEmpty ( parameterListCatalogItems . MarketplaceId ) )
You can’t perform that action at this time.
0 commit comments