File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 88
88
* @property string $recalculationMode the mode of recalculation.
89
89
* @property string $origin
90
90
* @property int|null $customerId The order customer ID
91
- * @property-read ShippingMethod[] $availableShippingMethods
92
91
* @property-read bool $activeCart Is the current order the same as the active cart
93
92
* @property-read User|null $customer
94
93
* @property-read Gateway $gateway
149
148
* @property float $totalTaxIncluded
150
149
* @property float $totalTax
151
150
* @property float $totalShippingCost
152
- * @property ShippingMethodOption[] $availableShippingMethodOptions
151
+ * @property-read ShippingMethodOption[] $availableShippingMethodOptions
153
152
* @property-read float|int $totalAuthorized
154
153
* @property float $paymentAmount
155
154
* @property-read null|string $loadCartUrl
You can’t perform that action at this time.
0 commit comments