Skip to content

Commit e4fb9d1

Browse files
#25147: Totals Information Management - setting quote shipping method when address method is null - static tests fix.
1 parent b0e0517 commit e4fb9d1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Checkout/Model/TotalsInformationManagement.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Checkout\Model;
77

88
/**
9-
* Class TotalsInformationManagement
9+
* Class for management of totals information.
1010
*/
1111
class TotalsInformationManagement implements \Magento\Checkout\Api\TotalsInformationManagementInterface
1212
{
@@ -38,7 +38,7 @@ public function __construct(
3838
}
3939

4040
/**
41-
* {@inheritDoc}
41+
* @inheritDoc
4242
*/
4343
public function calculate(
4444
$cartId,
@@ -64,6 +64,8 @@ public function calculate(
6464
}
6565

6666
/**
67+
* Check if quote have items.
68+
*
6769
* @param \Magento\Quote\Model\Quote $quote
6870
* @throws \Magento\Framework\Exception\LocalizedException
6971
* @return void

0 commit comments

Comments
 (0)