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 96d02bf commit c977be2Copy full SHA for c977be2
app/code/Magento/Tax/Model/Plugin/OrderSave.php
@@ -78,7 +78,7 @@ protected function saveOrderTax(\Magento\Sales\Api\Data\OrderInterface $order)
78
$ratesIdQuoteItemId = [];
79
foreach ($taxesForItems as $taxesArray) {
80
foreach ($taxesArray['applied_taxes'] as $rates) {
81
- if (isset($rates['extension_attributes'])) {
+ if (isset($rates['extension_attributes']['rates'])) {
82
$taxRates = $rates['extension_attributes']['rates'];
83
if (is_array($taxRates)) {
84
if (count($taxRates) == 1) {
0 commit comments