Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Erik S.Erik S.Reviewer
AlexAlexChange Log Group
FixedChange Log Message
Fixed fatal error on PHP 7.2+.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h 28m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Erik S.
Erik S.Reviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
Fixed fatal error on PHP 7.2+.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
2h 28m logged
Story Points
1
Fix versions
Created October 24, 2018 at 1:28 PM
Updated December 29, 2024 at 11:25 PM
Resolved December 11, 2020 at 9:22 AM
from "
ShippingQuoteCollector::GetShippingQuotes
" method extract logic inside "if (is_array($limit_types) && !in_array('ANY', $limit_types)) {
" statement, that goes after "{{if (count($limit_types) == 0) { break; }}}" code into protected "applyLimitationsToShippingTypes(array $shipping_types, $limit_types)
" methodinstead of doing "break;" when "$limit_types" array isn't empty do:
$shipping_types = $this->applyLimitationsToShippingTypes($shipping_types, $limit_types);