Skip to content

Commit a6e92ed

Browse files
committed
Add Peaks internal id
1 parent 8a6ae87 commit a6e92ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataTransferObject/SalesOrder/SalesOrder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class SalesOrder extends AbstractDataTransferObject
2828
*/
2929
public function __construct(
3030
/** Internal ID for order in PeakWMS */
31-
protected ?int $id = null,
31+
public ?int $id = null,
3232
/** The ID of the order in the host system. This ID is used by PeakWMS webhooks to report back on the order. */
3333
int|string|null $orderId = null,
3434
public ?string $forwarderProductId = null,

0 commit comments

Comments
 (0)