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 +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ public function fieldDefinitions()
162
162
'syncInfo ' => [static ::TYPE => SyncInfoCollection::class],
163
163
'returnInfo ' => [static ::TYPE => ReturnInfoCollection::class, static ::OPTIONAL => true ],
164
164
'discountCodes ' => [static ::TYPE => DiscountCodeInfoCollection::class, static ::OPTIONAL => true ],
165
- 'lastMessageSequenceNumber ' => [static ::TYPE => 'int ' ],
165
+ 'lastMessageSequenceNumber ' => [static ::TYPE => 'int ' , static :: OPTIONAL => true ],
166
166
'cart ' => [static ::TYPE => CartReference::class, static ::OPTIONAL => true ],
167
167
'custom ' => [static ::TYPE => CustomFieldObject::class, static ::OPTIONAL => true ],
168
168
'state ' => [static ::TYPE => StateReference::class, static ::OPTIONAL => true ],
Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ public function fieldDefinitions()
59
59
static ::TYPE => DateTime::class,
60
60
static ::DECORATOR => DateTimeDecorator::class
61
61
],
62
- 'languages ' => [static ::TYPE => 'array ' , static :: OPTIONAL => true ],
62
+ 'languages ' => [static ::TYPE => 'array ' ],
63
63
'distributionChannels ' => [static ::TYPE => 'array ' ],
64
- 'supplyChannels ' => [static ::TYPE => 'array ' , static :: OPTIONAL => true ],
65
- 'productSelections ' => [static ::TYPE => 'array ' , static :: OPTIONAL => true ],
64
+ 'supplyChannels ' => [static ::TYPE => 'array ' ],
65
+ 'productSelections ' => [static ::TYPE => 'array ' ],
66
66
'custom ' => [static ::TYPE => CustomFieldObject::class, static ::OPTIONAL => true ],
67
67
];
68
68
}
You can’t perform that action at this time.
0 commit comments