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 c201d8a commit 82063f3Copy full SHA for 82063f3
app/code/Magento/GoogleShopping/Model/Attribute/Tax.php
@@ -213,7 +213,11 @@ public function convertAttribute($product, $entry)
213
];
214
215
$quoteDetailsObject = $this->_quoteDetailsFactory->create();
216
- $this->dataObjectHelper->populateWithArray($quoteDetailsObject, $quoteDetailsDataArray);
+ $this->dataObjectHelper->populateWithArray(
217
+ $quoteDetailsObject,
218
+ $quoteDetailsDataArray,
219
+ '\Magento\Tax\Api\Data\QuoteDetailsInterface'
220
+ );
221
222
$taxDetails = $this->_taxCalculationService
223
->calculateTax($quoteDetailsObject, $product->getStoreId());
0 commit comments