This repository was archived by the owner on Oct 24, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
* @method CustomLineItem setName(LocalizedString $name = null)
23
23
* @method Money getMoney()
24
24
* @method CustomLineItem setMoney(Money $money = null)
25
- * @method LocalizedString getSlug()
26
- * @method CustomLineItem setSlug(LocalizedString $slug = null)
25
+ * @method string getSlug()
26
+ * @method CustomLineItem setSlug(string $slug = null)
27
27
* @method int getQuantity()
28
28
* @method CustomLineItem setQuantity(int $quantity = null)
29
29
* @method ItemState getState()
@@ -46,7 +46,7 @@ public function fieldDefinitions()
46
46
'id ' => [static ::TYPE => 'string ' ],
47
47
'name ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
48
48
'money ' => [static ::TYPE => '\Commercetools\Core\Model\Common\Money ' ],
49
- 'slug ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
49
+ 'slug ' => [static ::TYPE => 'string ' ],
50
50
'quantity ' => [static ::TYPE => 'int ' ],
51
51
'state ' => [static ::TYPE => '\Commercetools\Core\Model\Order\ItemState ' ],
52
52
'taxCategory ' => [static ::TYPE => '\Commercetools\Core\Model\TaxCategory\TaxCategoryReference ' ],
Original file line number Diff line number Diff line change 20
20
* @method CustomLineItemDraft setName(LocalizedString $name = null)
21
21
* @method Money getMoney()
22
22
* @method CustomLineItemDraft setMoney(Money $money = null)
23
- * @method LocalizedString getSlug()
24
- * @method CustomLineItemDraft setSlug(LocalizedString $slug = null)
23
+ * @method string getSlug()
24
+ * @method CustomLineItemDraft setSlug(string $slug = null)
25
25
* @method int getQuantity()
26
26
* @method CustomLineItemDraft setQuantity(int $quantity = null)
27
27
* @method TaxCategoryReference getTaxCategory()
@@ -36,7 +36,7 @@ public function fieldDefinitions()
36
36
return [
37
37
'name ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
38
38
'money ' => [static ::TYPE => '\Commercetools\Core\Model\Common\Money ' ],
39
- 'slug ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
39
+ 'slug ' => [static ::TYPE => 'string ' ],
40
40
'quantity ' => [static ::TYPE => 'int ' ],
41
41
'taxCategory ' => [static ::TYPE => '\Commercetools\Core\Model\TaxCategory\TaxCategoryReference ' ],
42
42
'custom ' => [static ::TYPE => '\Commercetools\Core\Model\CustomField\CustomFieldObject ' ],
You can’t perform that action at this time.
0 commit comments