Skip to content

Commit 5ce1235

Browse files
author
Kostiantyn Poida
committed
MAGETWO-31168: Investigate increase of checkout steps load time
1 parent 6e74547 commit 5ce1235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Model/Type/Onepage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public function saveBilling($data, $customerAddressId)
497497
}
498498
}
499499

500-
$this->quoteRepository->save($this->getQuote());
500+
$address->save();
501501

502502
$this->getCheckout()->setStepData(
503503
'billing',

0 commit comments

Comments
 (0)