@@ -29,7 +29,6 @@ class GrandTotalDetailsPluginAbstract extends \Magento\Tax\Model\Quote\GrandTota
29
29
* @param \Magento\Quote\Api\Data\TotalSegmentExtensionFactory $totalSegmentExtensionFactory
30
30
* @param \Magento\Tax\Model\Config $taxConfig
31
31
* @param \ClassyLlama\AvaTax\Api\Data\GrandTotalRatesExtensionFactory $grandTotalRatesExtensionFactory
32
- * @param \Magento\Framework\App\ProductMetadataInterface $productMetadata
33
32
* @param \Magento\Framework\Serialize\Serializer\Json $serializer
34
33
*/
35
34
public function __construct (
@@ -38,7 +37,6 @@ public function __construct(
38
37
\Magento \Quote \Api \Data \TotalSegmentExtensionFactory $ totalSegmentExtensionFactory ,
39
38
\Magento \Tax \Model \Config $ taxConfig ,
40
39
\ClassyLlama \AvaTax \Api \Data \GrandTotalRatesExtensionFactory $ grandTotalRatesExtensionFactory ,
41
- \Magento \Framework \App \ProductMetadataInterface $ productMetadata ,
42
40
\Magento \Framework \Serialize \Serializer \Json $ serializer
43
41
)
44
42
{
@@ -74,15 +72,13 @@ class GrandTotalDetailsPluginAbstract extends \Magento\Tax\Model\Quote\GrandTota
74
72
* @param \Magento\Quote\Api\Data\TotalSegmentExtensionFactory $totalSegmentExtensionFactory
75
73
* @param \Magento\Tax\Model\Config $taxConfig
76
74
* @param \ClassyLlama\AvaTax\Api\Data\GrandTotalRatesExtensionFactory $grandTotalRatesExtensionFactory
77
- * @param \Magento\Framework\App\ProductMetadataInterface $productMetadata
78
75
*/
79
76
public function __construct (
80
77
\Magento \Tax \Api \Data \GrandTotalDetailsInterfaceFactory $ detailsFactory ,
81
78
\Magento \Tax \Api \Data \GrandTotalRatesInterfaceFactory $ ratesFactory ,
82
79
\Magento \Quote \Api \Data \TotalSegmentExtensionFactory $ totalSegmentExtensionFactory ,
83
80
\Magento \Tax \Model \Config $ taxConfig ,
84
- \ClassyLlama \AvaTax \Api \Data \GrandTotalRatesExtensionFactory $ grandTotalRatesExtensionFactory ,
85
- \Magento \Framework \App \ProductMetadataInterface $ productMetadata
81
+ \ClassyLlama \AvaTax \Api \Data \GrandTotalRatesExtensionFactory $ grandTotalRatesExtensionFactory
86
82
)
87
83
{
88
84
$ this ->grandTotalRatesExtensionFactory = $ grandTotalRatesExtensionFactory ;
0 commit comments