We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72f40c commit 89a1c55Copy full SHA for 89a1c55
app/code/Magento/Sales/Block/Adminhtml/Order/Create/Totals/Subtotal.php
@@ -54,14 +54,14 @@ public function __construct(
54
}
55
56
/**
57
- * Check if we need display both sobtotals
+ * Check if we need display both subtotals
58
*
59
* @return bool
60
*/
61
public function displayBoth()
62
{
63
64
- * Check without store parameter - we wil get admin configuration value
+ * Check without store parameter - we will get admin configuration value
65
66
return $this->_taxConfig->displayCartSubtotalBoth();
67
0 commit comments