Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Oct 7, 2021
1 parent 243328b commit cd8ac07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ class PartneredSmallParcelDataInputSchema extends DataTransferObject
#[CastWith(ArrayCaster::class, itemType: PartneredSmallParcelPackageInputSchema::class)]
public ?PartneredSmallParcelPackageInputListSchema $package_list;

#[StringEnumValidator(AmazonEnums::CARRIER_NAMES)]
public ?string $carrier_name;
}

0 comments on commit cd8ac07

Please sign in to comment.