You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But in my database, i have an id of it. I use an object generate with the row so data are same. Add() doesn't work too.
My code :
`var temp = new stock_available();
Please consider making a Pull Request if you are capable of doing so.
If your problem is how to implement anything with PrestaSharp or make a question,
please, refer to our Slack# group with this request link:
https://join.slack.com/t/prestasharp/shared_invite/enQtNTM2OTI1OTg0NzUyLTY4NDdkZDFmY2EwMGE4MTMzZjk5YzZiMTk3MzUwNzUxNTdhMWEwZjFjNDJiZTIyMjI0MDM0NTcwMzIzNGI0Njc
Library Version:
1.x.x
NuGet Package Url:
https://www.nuget.org/packages/PrestaSharp/1.x.x
Prestashop version:
1.7.8
Describe the Bug:
Hi, I have an issue with prestasharp. I can't upate a data into prestasharp without have this error :
stock_availables HttpStatusCode: NotFound
System.Collections.Generic.List
1[InterfacePrestashop.Models.StocksAvailible] System.Collections.Generic.List
1[Bukimedia.PrestaSharp.Entities.stock_available]But in my database, i have an id of it. I use an object generate with the row so data are same. Add() doesn't work too.
My code :
`var temp = new stock_available();
To Reproduce:
Expected Behavior:
something i can do to bypass or correct code behind.
The text was updated successfully, but these errors were encountered: