We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library Version:
1.2.9
NuGet Package Url:
https://www.nuget.org/packages/PrestaSharp/1.2.9
Prestashop version:
8.0.0
Describe the Bug: i'm trying to get customer data releated to order via id_customer member
CustomerFactory customerFactory = new CustomerFactory(baseUrl, account, password); var query= customerFactory.Get((long)item.id_customer);
query value is null
also following methods return no results
Prestashop run into docker container (https://hub.docker.com/r/prestashop/prestashop/) with this configuration
The text was updated successfully, but these errors were encountered:
updates
customerFactory work fine with PrestaShop ver 1.7.8.8
Sorry, something went wrong.
customerFactory.GetByFilter(null, null, null) doesn't work (return null) You should first null in GetByFilter replace with Dictionary with filters
customerFactory.GetIds()
ok, but what about GetIds() method?
Look like a Prestashop problem. We use CustomerFactory with PS 8.1.2 and it work correctly.
No branches or pull requests
Library Version:
1.2.9
NuGet Package Url:
https://www.nuget.org/packages/PrestaSharp/1.2.9
Prestashop version:
8.0.0
Describe the Bug:
i'm trying to get customer data releated to order via id_customer member
query value is null
also following methods return no results
Prestashop run into docker container (https://hub.docker.com/r/prestashop/prestashop/) with this configuration
The text was updated successfully, but these errors were encountered: