Skip to content

Commit 64c831d

Browse files
committed
AC-12119:: Instant purchase 'cheapest shipping' broken for configurable products
1 parent 37325b0 commit 64c831d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/InstantPurchase/Model/ShippingMethodChoose/CheapestMethodDeferredChooser.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public function choose(Address $address)
3535
* @param Address $address
3636
* @return Rate[]
3737
*/
38-
private function getShippingRates(Address $address) : array {
38+
private function getShippingRates(Address $address) : array
39+
{
3940
if (!empty($shippingRates = $address->getAllShippingRates())) {
4041
// Favour previously collected rates over recomputing.
4142
return $shippingRates;

0 commit comments

Comments
 (0)