|
11 | 11 | use Magento\Quote\Model\Quote\Address;
|
12 | 12 | use Magento\Sales\Model\Resource;
|
13 | 13 | use Magento\Sales\Model\Status;
|
| 14 | +use Magento\Framework\Api\AttributeDataBuilder; |
14 | 15 |
|
15 | 16 | /**
|
16 | 17 | * Quote model
|
@@ -331,7 +332,7 @@ class Quote extends AbstractExtensibleModel implements \Magento\Quote\Api\Data\C
|
331 | 332 | * @param \Magento\Framework\Model\Context $context
|
332 | 333 | * @param \Magento\Framework\Registry $registry
|
333 | 334 | * @param \Magento\Framework\Api\MetadataServiceInterface $metadataService
|
334 |
| - * @param \Magento\Framework\Api\AttributeDataBuilder $attributeDataBuilder |
| 335 | + * @param AttributeDataBuilder $customAttributeBuilder |
335 | 336 | * @param QuoteValidator $quoteValidator
|
336 | 337 | * @param \Magento\Catalog\Helper\Product $catalogProduct
|
337 | 338 | * @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
|
@@ -368,7 +369,7 @@ public function __construct(
|
368 | 369 | \Magento\Framework\Model\Context $context,
|
369 | 370 | \Magento\Framework\Registry $registry,
|
370 | 371 | \Magento\Framework\Api\MetadataServiceInterface $metadataService,
|
371 |
| - \Magento\Framework\Api\AttributeDataBuilder $attributeDataBuilder, |
| 372 | + AttributeDataBuilder $customAttributeBuilder, |
372 | 373 | \Magento\Quote\Model\QuoteValidator $quoteValidator,
|
373 | 374 | \Magento\Catalog\Helper\Product $catalogProduct,
|
374 | 375 | \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig,
|
@@ -433,7 +434,7 @@ public function __construct(
|
433 | 434 | $context,
|
434 | 435 | $registry,
|
435 | 436 | $metadataService,
|
436 |
| - $attributeDataBuilder, |
| 437 | + $customAttributeBuilder, |
437 | 438 | $resource,
|
438 | 439 | $resourceCollection,
|
439 | 440 | $data
|
|
0 commit comments