File tree Expand file tree Collapse file tree
Classes/Domain/Model/Order Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ abstract class AbstractAddress extends AbstractEntity
4545
4646 protected string $ fax = '' ;
4747
48+ /**
49+ * @var string don't remove, it's necessary for extbase database mapping
50+ */
4851 protected string $ additional = '' ;
4952
5053 public function toArray (): array
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ class Item extends AbstractEntity
4444
4545 protected string $ additionalData = '' ;
4646
47+ /**
48+ * @var string don't remove, it's necessary for extbase database mapping
49+ */
4750 protected string $ additional = '' ;
4851
4952 protected string $ currency = '€ ' ;
Original file line number Diff line number Diff line change 1111 interlink-shortcode =" extcode/cart"
1212 />
1313 <project title =" Cart"
14- release =" 10.2.6 "
14+ release =" 10.2.7 "
1515 version =" 10.2"
1616 copyright =" 2018 - 2024"
1717 />
Original file line number Diff line number Diff line change 44 'title ' => 'Cart ' ,
55 'description ' => 'Shopping Cart(s) for TYPO3 ' ,
66 'category ' => 'plugin ' ,
7- 'version ' => '10.2.6 ' ,
7+ 'version ' => '10.2.7 ' ,
88 'state ' => 'stable ' ,
99 'author ' => 'Daniel Gohlke ' ,
1010 'author_email ' => 'ext@extco.de ' ,
You can’t perform that action at this time.
0 commit comments