Closed rusagent closed 1 year ago
Library Version:
1.2.9
NuGet Package Url:
https://www.nuget.org/packages/PrestaSharp/1.2.9
Prestashop version:
1.6.1.17
Describe the Bug:
As soon as i use GetIds()
i get this error:
{"Method not found: 'Void RestSharp.RestClient.set_BaseUrl(System.Uri)'."} | System.MissingMethodException
When i use GetAll() i get this error:
{"Method not found: 'RestSharp.IRestRequest RestSharp.RestRequest.AddParameter(System.String, System.Object)'."} | System.MissingMethodException
To Reproduce:
Expected Behavior:
I expect to get all id's or all manufacturers.
Well, i downgraded RestSharp to version 106.11.4 and now it works.
Library Version:
1.2.9
NuGet Package Url:
https://www.nuget.org/packages/PrestaSharp/1.2.9
Prestashop version:
1.6.1.17
Describe the Bug:
As soon as i use GetIds()
i get this error:
{"Method not found: 'Void RestSharp.RestClient.set_BaseUrl(System.Uri)'."} | System.MissingMethodException
When i use GetAll() i get this error:
{"Method not found: 'RestSharp.IRestRequest RestSharp.RestRequest.AddParameter(System.String, System.Object)'."} | System.MissingMethodException
To Reproduce:
Expected Behavior:
I expect to get all id's or all manufacturers.