File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public function getCustomerTaxClassKey();
68
68
* @param \Magento\Tax\Api\Data\TaxClassKeyInterface $customerTaxClassKey
69
69
* @return $this
70
70
*/
71
- public function setCustomerTaxClassKey ($ customerTaxClassKey );
71
+ public function setCustomerTaxClassKey (\ Magento \ Tax \ Api \ Data \ TaxClassKeyInterface $ customerTaxClassKey = null );
72
72
73
73
/**
74
74
* Get customer id
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public function setShippingAddress(\Magento\Customer\Api\Data\AddressInterface $
89
89
* @param \Magento\Tax\Api\Data\TaxClassKeyInterface $customerTaxClassKey
90
90
* @return $this
91
91
*/
92
- public function setCustomerTaxClassKey ($ customerTaxClassKey )
92
+ public function setCustomerTaxClassKey (\ Magento \ Tax \ Api \ Data \ TaxClassKeyInterface $ customerTaxClassKey = null )
93
93
{
94
94
return $ this ->setData (QuoteDetailsInterface::KEY_CUSTOMER_TAX_CLASS_KEY , $ customerTaxClassKey );
95
95
}
You can’t perform that action at this time.
0 commit comments