Skip to content

Commit

Permalink
Fix ShipmentTransportationConfigurationSchema (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelmajied94abusuliman authored Oct 8, 2024
1 parent 3ace347 commit d2794c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ class ShipmentTransportationConfigurationSchema extends BaseSchema
{
public function __construct(
public ?ContactInformationSchema $contact_information,
public ?PalletInformationSchema $pallet_information,
public ?FreightInformationSchema $freight_information,
public ?PalletInputSchemaList $pallet_information,
public WindowInputSchema $ready_to_ship_window,
#[RuleValidator(['size:38'])]
public string $shipment_id,
Expand Down

0 comments on commit d2794c3

Please sign in to comment.