We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6ae87 commit a6e92edCopy full SHA for a6e92ed
src/DataTransferObject/SalesOrder/SalesOrder.php
@@ -28,7 +28,7 @@ final class SalesOrder extends AbstractDataTransferObject
28
*/
29
public function __construct(
30
/** Internal ID for order in PeakWMS */
31
- protected ?int $id = null,
+ public ?int $id = null,
32
/** The ID of the order in the host system. This ID is used by PeakWMS webhooks to report back on the order. */
33
int|string|null $orderId = null,
34
public ?string $forwarderProductId = null,
0 commit comments