Don't use "break" during shipping quote aggregation

Components

Labels

Description

  1. 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)" method

  2. instead of doing "break;" when "$limit_types" array isn't empty do: $shipping_types = $this->applyLimitationsToShippingTypes($shipping_types, $limit_types);

Context Information

None

Additional information (do not use)

None

Activity

Alex December 11, 2020 at 11:22 AM

alex closed D348: Don't use "break" during shipping quote aggregation.
alex updated the diff for D348: Don't use "break" during shipping quote aggregation.

Alex December 11, 2020 at 9:23 AM

alex committed rMINC16640: Fixes - Don't use "break" during shipping quote aggregation.

Fixes - Don't use "break" during shipping quote aggregation

Differential Revision: http://qa.in-portal.org/D348

Alex December 11, 2020 at 9:23 AM

alex added "MINC-195" JIRA issue(s) to rMINC16640: Fixes - Don't use "break" during shipping quote aggregation.

Alex December 11, 2020 at 9:22 AM

alex closed D348: Don't use "break" during shipping quote aggregation.
alex updated the diff for D348: Don't use "break" during shipping quote aggregation.

[API] Administrator December 11, 2020 at 9:22 AM

User committed a fix to 5.2.x. Commit Message:

Fixes - Don't use "break" during shipping quote aggregation

Differential Revision: http://qa.in-portal.org/D348

Fixed

Details

Priority

Assignee

Reporter

Developer

Reviewer

Change Log Group

Fixed

Change Log Message

Patch Instructions

Patches must be submitted through Phabricator.

Time tracking

2h 28m logged

Story Points

Fix versions

Affects 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