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
Hello,
I've found an error in GetDeliveryForecastForLineItems examples in both versions 201611 and 201702 in line 42/43:
$forecast = $forecastService->getDeliveryForecastByIds( [$lineItemId1, $lineItemId2), new DeliveryForecastOptions()];
I guess this should rather be:
$forecast = $forecastService->getDeliveryForecastByIds( [$lineItemId1, $lineItemId2], new DeliveryForecastOptions());
Regards Code-Working
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, will fix it soon.
Sorry, something went wrong.
This is fixed with v25.3.0.
vtsao
No branches or pull requests
Hello,
I've found an error in GetDeliveryForecastForLineItems examples in both versions 201611 and 201702 in line 42/43:
I guess this should rather be:
Regards
Code-Working
The text was updated successfully, but these errors were encountered: