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 2222 * @method CustomLineItem setName(LocalizedString $name = null)
2323 * @method Money getMoney()
2424 * @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)
2727 * @method int getQuantity()
2828 * @method CustomLineItem setQuantity(int $quantity = null)
2929 * @method ItemState getState()
@@ -46,7 +46,7 @@ public function fieldDefinitions()
4646 'id ' => [static ::TYPE => 'string ' ],
4747 'name ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
4848 'money ' => [static ::TYPE => '\Commercetools\Core\Model\Common\Money ' ],
49- 'slug ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
49+ 'slug ' => [static ::TYPE => 'string ' ],
5050 'quantity ' => [static ::TYPE => 'int ' ],
5151 'state ' => [static ::TYPE => '\Commercetools\Core\Model\Order\ItemState ' ],
5252 'taxCategory ' => [static ::TYPE => '\Commercetools\Core\Model\TaxCategory\TaxCategoryReference ' ],
Original file line number Diff line number Diff line change 2020 * @method CustomLineItemDraft setName(LocalizedString $name = null)
2121 * @method Money getMoney()
2222 * @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)
2525 * @method int getQuantity()
2626 * @method CustomLineItemDraft setQuantity(int $quantity = null)
2727 * @method TaxCategoryReference getTaxCategory()
@@ -36,7 +36,7 @@ public function fieldDefinitions()
3636 return [
3737 'name ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
3838 'money ' => [static ::TYPE => '\Commercetools\Core\Model\Common\Money ' ],
39- 'slug ' => [static ::TYPE => '\Commercetools\Core\Model\Common\LocalizedString ' ],
39+ 'slug ' => [static ::TYPE => 'string ' ],
4040 'quantity ' => [static ::TYPE => 'int ' ],
4141 'taxCategory ' => [static ::TYPE => '\Commercetools\Core\Model\TaxCategory\TaxCategoryReference ' ],
4242 'custom ' => [static ::TYPE => '\Commercetools\Core\Model\CustomField\CustomFieldObject ' ],
You can’t perform that action at this time.
0 commit comments