Skip to content

Commit

Permalink
Add Peaks internal id
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jun 19, 2024
1 parent 8a6ae87 commit a6e92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataTransferObject/SalesOrder/SalesOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class SalesOrder extends AbstractDataTransferObject
*/
public function __construct(
/** Internal ID for order in PeakWMS */
protected ?int $id = null,
public ?int $id = null,
/** The ID of the order in the host system. This ID is used by PeakWMS webhooks to report back on the order. */
int|string|null $orderId = null,
public ?string $forwarderProductId = null,
Expand Down

0 comments on commit a6e92ed

Please sign in to comment.