Amazon-SP-API-CSharp icon indicating copy to clipboard operation
Amazon-SP-API-CSharp copied to clipboard

Latest Version 1.6.6 issue with RestSharp when submitting feed

Open pellet8 opened this issue 2 years ago • 2 comments

When making a feed submission call, .Feed.SubmitFeed(xml, FeedType.POST_PRODUCT_PRICING_DATA), system throw exception {"Method not found: 'Void RestSharp.RestClient..ctor(RestSharp.RestClientOptions, System.Action`1<System.Net.Http.Headers.HttpRequestHeaders>)'."} System.MissingMethodException

RestSharp is updated to the latest 110.2.0.0 version.

pellet8 avatar Jun 15 '23 19:06 pellet8

Personally I have no time to keep updating this package but I'm open any developer need to fix or add feature on it its take many times from me to get it live , and I need other developer help to add the fix for new features by submit new Pull requests , I will try to review and accept within 2 days .

Please try fork our rep and then submit your change to review and merge with our code

abuzuhri avatar Jul 03 '23 19:07 abuzuhri

PR #632 should resolve

VincentMatthews avatar Aug 08 '23 18:08 VincentMatthews